Automated Action 262bc6c71d Complete Todo app implementation
- Implemented Todo API endpoints
- Enhanced app structure for better organization
- Updated README with comprehensive documentation

🤖 Generated with BackendIM... (backend.im)
2025-05-13 00:26:24 +00:00

2 lines
94 B
Python

from app.models import Todo
from app.schemas import Todo as TodoSchema, TodoCreate, TodoUpdate