Интегрирован wesp в сайт
CI / quality (push) Canceled after 0s

This commit is contained in:
влад
2026-07-17 12:57:18 +03:00
parent 5dfa06ddbe
commit 355c0ef9f1
883 changed files with 194576 additions and 177 deletions
@@ -0,0 +1,17 @@
"""Re-export WESP lab model aliases for ported lab package."""
from app.modules.zootech.wesp_bridge_models import ( # noqa: F401
LabAnimalProfile,
LabComponentNutrientValue,
LabProfileNorm,
LabRacionNormyInfo,
LabRacionNormyMoskwa,
LabRacionNormyMoskwaMeta,
LabRacionNormyPiter,
LabRacionNormyPiterMeta,
LabRationCalcIndicator,
LabRationCalcTotal,
LabRationCompoundLine,
LabRationLine,
LabRecipeRation,
)