3 lines
99 B
Python
3 lines
99 B
Python
# Import all models here for Alembic autogenerate to work
|
|
from app.models.todo import Todo # noqa
|