Init project structure

This commit is contained in:
k1nq
2025-11-22 13:56:45 +05:00
parent ad0025be28
commit 74330b292f
25 changed files with 1343 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Model exports for Alembic discovery."""
from app.models.base import Base
from app.models.user import User
__all__ = ["Base", "User"]