
Features: - Project structure setup - Database configuration with SQLAlchemy - Item model and CRUD operations - API endpoints for items - Alembic migrations - Health check endpoint - Comprehensive documentation generated with BackendIM... (backend.im)
4 lines
74 B
Python
4 lines
74 B
Python
from app.models.item import Item
|
|
|
|
# Add all models here
|
|
__all__ = ["Item"] |