3 lines
87 B
Python
3 lines
87 B
Python
# Import models here so Alembic can discover them
|
|
from .task import Task # noqa: F401
|