Initial commit: stock market platform
This commit is contained in:
5
backend/app/models/__init__.py
Normal file
5
backend/app/models/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app.models.user import User
|
||||
from app.models.watchlist import Watchlist
|
||||
from app.models.alert import Alert, AlertType
|
||||
|
||||
__all__ = ["User", "Watchlist", "Alert", "AlertType"]
|
||||
Reference in New Issue
Block a user