Initial commit
This commit is contained in:
6
backend/app/models/__init__.py
Normal file
6
backend/app/models/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Models package."""
|
||||
|
||||
from app.models.user import User
|
||||
from app.models.settings import Settings
|
||||
|
||||
__all__ = ["User", "Settings"]
|
||||
Reference in New Issue
Block a user