Spaces:
Running
Running
File size: 311 Bytes
1e68437 712805f 1e68437 712805f 1e68437 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | from database.models import Base, Alpha
from database.db import engine, AsyncSessionLocal, init_db, SessionLocal
# Compatibility alias for legacy references
AlphaRecord = Alpha
__all__ = [
"Base",
"Alpha",
"AlphaRecord",
"engine",
"AsyncSessionLocal",
"SessionLocal",
"init_db",
]
|