2025-05-26 19:04:54 +00:00

5 lines
176 B
Python

# Import all the models here for Alembic to detect
from app.db.base_class import Base # noqa
from app.models.item import Item # noqa
from app.models.user import User # noqa