feat: Reorganized project, added user registration, throttling middleware, help command, profile command

This commit is contained in:
ITQ
2024-03-20 20:53:43 +03:00
parent 7086a1cf52
commit 6d755490d6
21 changed files with 603 additions and 44 deletions
+2 -1
View File
@@ -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()