3 lines
89 B
Python
3 lines
89 B
Python
# Import all models here for Alembic migrations
|
|
from app.models.task import Task # noqa
|