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,7 @@
|
||||
# flake8: noqa
|
||||
|
||||
from app.models.base import Base
|
||||
import app.models.user
|
||||
import app.models.travel
|
||||
|
||||
Base.registry.configure()
|
||||
Reference in New Issue
Block a user