# Import all the models, so that Base has them before being # imported by Alembic from app.db.base_class import Base from app.models.item import Item from app.models.supplier import Supplier from app.models.transaction import Transaction from app.models.user import User