feat(intrants): add AchatIntrant + Fabrication SQLModel

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 10:05:53 +01:00
parent 14636bd58f
commit faa469e688
2 changed files with 58 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ from app.models.astuce import Astuce # noqa
from app.models.recolte import Recolte, Observation # noqa
from app.models.meteo import MeteoStation, MeteoOpenMeteo # noqa
from app.models.saint import SaintDuJour # noqa
from app.models.intrant import AchatIntrant, Fabrication # noqa