feat(backend): modèles SQLModel (10 tables)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from app.models.garden import Garden, GardenCell, GardenImage, Measurement # noqa
|
||||
from app.models.plant import PlantVariety, PlantImage # noqa
|
||||
from app.models.planting import Planting, PlantingEvent # noqa
|
||||
from app.models.task import Task # noqa
|
||||
from app.models.settings import UserSettings, LunarCalendarEntry # noqa
|
||||
|
||||
Reference in New Issue
Block a user