# 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