6 lines
203 B
Python

# Import all the models to ensure they are registered with SQLAlchemy
from app.database.base_class import Base # noqa
from app.models.task import Task # noqa
# Add new models here as they are created