Большие изменения с добавленем Alembic

This commit is contained in:
2024-07-31 22:56:31 +09:00
parent a2a400fff3
commit 7c70f82a21
19 changed files with 528 additions and 39 deletions

View File

@ -0,0 +1,5 @@
__all__ = (
"UserModel",
"LoginModel"
)
from .models import UserModel, LoginModel