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:
@@ -8,7 +8,7 @@ from dotenv import load_dotenv
|
||||
from sqlalchemy import engine_from_config
|
||||
from sqlalchemy import pool
|
||||
|
||||
from app.models.user import Base
|
||||
from app.models import Base
|
||||
|
||||
|
||||
load_dotenv()
|
||||
|
||||
Reference in New Issue
Block a user