# Import all the models here so Alembic can detect them from app.db.base_class import Base # noqa # Import all models below from app.models.task import Task # noqa