feat: Added travel models, travel creation command, travels list command with pagination, set help message, improvements and fixes

This commit is contained in:
ITQ
2024-03-23 02:47:05 +03:00
parent 675e5ab891
commit 1802ce81b0
15 changed files with 623 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
from typing import Any
from sqlalchemy.ext.declarative import declarative_base
Base: Any = declarative_base()