# Import all the models to ensure they are registered with SQLAlchemy from app.db.base_class import Base # noqa from app.models.task import Task # noqa