3 lines
100 B
Python
3 lines
100 B
Python
# Import all models here for Alembic auto migrations
|
|
from app.models.todo import Todo # noqa: F401
|