2 lines
94 B
Python
2 lines
94 B
Python
# Import all models here so alembic can detect them
|
|
from app.db.base import Base # noqa: F401 |