
- Implemented Todo API endpoints
- Enhanced app structure for better organization
- Updated README with comprehensive documentation
🤖 Generated with BackendIM... (backend.im)
2 lines
94 B
Python
2 lines
94 B
Python
from app.models import Todo
|
|
from app.schemas import Todo as TodoSchema, TodoCreate, TodoUpdate |