Интегрирован 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
+21
View File
@@ -0,0 +1,21 @@
from .apply_from_master import apply_from_master
from .ensure_empty_master import ensure_empty_master
from .recalculate import recalculate_ration
from .seed_demo_component_nutrients import seed_demo_component_nutrients_once
from .seed_from_execution import seed_from_execution
from .sync_from_execution import sync_from_execution
from .delete_profile import delete_animal_profile
from .upsert_profile import upsert_animal_profile
from .upsert_ration import upsert_ration
__all__ = [
"upsert_ration",
"recalculate_ration",
"apply_from_master",
"seed_demo_component_nutrients_once",
"seed_from_execution",
"ensure_empty_master",
"sync_from_execution",
"delete_animal_profile",
"upsert_animal_profile",
]