sumaq/backend/app/db/base.py

5 lines
163 B
Python

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