@@ -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,
|
||||
)
|
||||
Reference in New Issue
Block a user