feat(plantes): modèle Plant épuré + PlantVariety + PlantWithVarieties

This commit is contained in:
2026-03-08 14:10:12 +01:00
parent 734c33a12e
commit de967141ba
2 changed files with 55 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
from app.models.garden import Garden, GardenCell, GardenImage, Measurement # noqa
from app.models.plant import Plant, PlantImage # noqa
from app.models.plant import Plant, PlantImage, PlantVariety, PlantWithVarieties # noqa
from app.models.planting import Planting, PlantingEvent # noqa
from app.models.task import Task # noqa
from app.models.settings import UserSettings, LunarCalendarEntry # noqa