2025-05-31 12:20:02 +00:00

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