Интегрирован 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
+17
View File
@@ -0,0 +1,17 @@
from .animal_profile import LabAnimalProfile # noqa: F401
from .component_nutrient_value import LabComponentNutrientValue # noqa: F401
from .profile_norm import LabProfileNorm # noqa: F401
from .racion_normy import ( # noqa: F401
LabRacionNormyInfo,
LabRacionNormyMoskwa,
LabRacionNormyMoskwaMeta,
LabRacionNormyPiter,
LabRacionNormyPiterMeta,
)
from .ration_calc import ( # noqa: F401
LabRationCalcIndicator,
LabRationCalcTotal,
LabRationCompoundLine,
)
from .ration_line import LabRationLine # noqa: F401
from .recipe_ration import LabRecipeRation # noqa: F401