Automated Action db9aa8e5e2 Create FastAPI Todo API with SQLite
Generated with BackendIM... (backend.im)
2025-05-13 10:29:43 +00:00

3 lines
119 B
Python

# Import all models here so Alembic can detect them
from app.db.base_class import Base
from app.models.todo import Todo