Интегрирован 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
+5
View File
@@ -0,0 +1,5 @@
from .execution_loader import load_execution
from .profile_loader import list_animal_profiles, load_animal_profile
from .ration_loader import load_ration
__all__ = ["load_ration", "load_execution", "list_animal_profiles", "load_animal_profile"]