You've already forked Travel-Agent
feat: Added travel models, travel creation command, travels list command with pagination, set help message, improvements and fixes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from typing import Any
|
||||
|
||||
from sqlalchemy.ext.declarative import declarative_base
|
||||
|
||||
Base: Any = declarative_base()
|
||||
Reference in New Issue
Block a user