oraculo_api / app /db /models /__init__.py
Diiegoal's picture
Actualizo la app
d623240
Raw
History Blame Contribute Delete
150 Bytes
from app.db.models.prediction_log import PredictionLog
from app.db.models.user import User, UserRole
__all__ = ["PredictionLog", "User", "UserRole"]