You've already forked Travel-Agent
feat: Reorganized project, added user registration, throttling middleware, help command, profile command
This commit is contained in:
@@ -4,11 +4,12 @@ from logging.config import fileConfig
|
||||
import os
|
||||
|
||||
from alembic import context
|
||||
from app.models import Base
|
||||
from dotenv import load_dotenv
|
||||
from sqlalchemy import engine_from_config
|
||||
from sqlalchemy import pool
|
||||
|
||||
from app.models.user import Base
|
||||
|
||||
|
||||
load_dotenv()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user