5 lines
176 B
Python
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
|