mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Тесты для бекенда
This commit is contained in:
4
backend/app/db/base.py
Normal file
4
backend/app/db/base.py
Normal file
@@ -0,0 +1,4 @@
|
||||
"""Base class for SQLAlchemy models"""
|
||||
from sqlalchemy.orm import declarative_base
|
||||
|
||||
Base = declarative_base()
|
Reference in New Issue
Block a user