Add backend and frontend skeleton
This commit is contained in:
3
app/backend/features/auth/models.py
Normal file
3
app/backend/features/auth/models.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Authentication models placeholder."""
|
||||
|
||||
# Add ORM models (e.g., SQLAlchemy) when auth is implemented.
|
||||
Reference in New Issue
Block a user