Initial commit: Базовая структура сайта
This commit is contained in:
14
backend/app/models/__init__.py
Executable file
14
backend/app/models/__init__.py
Executable file
@@ -0,0 +1,14 @@
|
||||
from app.models.service_db import (
|
||||
AppUser,
|
||||
AppRole,
|
||||
LeaveEvent,
|
||||
AppConfiguration
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"AppUser",
|
||||
"AppRole",
|
||||
"LeaveEvent",
|
||||
"AppConfiguration"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user