# Import all the models here to ensure they are registered with SQLAlchemy's metadata from app.db.base_class import Base # noqa from app.models.user import User # noqa