3 lines
146 B
Python
3 lines
146 B
Python
# Import all the models here so Alembic can discover them
|
|
from app.db.base_class import Base # noqa
|
|
from app.models.inventory import Item # noqa |