Files
2025-10-14 19:51:35 +05:30

4 lines
168 B
Python

# Import all the models, so that Base has them before being imported by Alembic
from app.db.base_class import Base # noqa
from app.models.person import Person # noqa