1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
This commit is contained in:
MoonTestUse1
2025-01-06 02:32:02 +06:00
parent 3c53956470
commit 875dc7b968
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine)
Base = declarative_base()
# Import all models here
from app.models.user import User # noqa
from app.models.employee import Employee # noqa
from app.models.request import Request # noqa
from app.models.chat import Chat, Message, ChatFile # noqa