todoapp-dkaeyp/app/models/__init__.py
2025-05-26 17:55:11 +00:00

3 lines
100 B
Python

from app.models.todo import Todo # noqa
# Import all models here so that Alembic can discover them