This commit is contained in:
2026-04-25 17:22:41 +03:30
parent 569d520a5c
commit aa24fc22b0
124 changed files with 8491 additions and 2582 deletions
+7
View File
@@ -4,8 +4,15 @@
"""
from .irrigation import get_irrigation_recommendation
from .fertilization import get_fertilization_recommendation
from .pest_disease import get_pest_disease_detection, get_pest_disease_risk
from .soil_anomaly import get_soil_anomaly_insight
from .water_need_prediction import get_water_need_prediction_insight
__all__ = [
"get_irrigation_recommendation",
"get_fertilization_recommendation",
"get_pest_disease_detection",
"get_pest_disease_risk",
"get_soil_anomaly_insight",
"get_water_need_prediction_insight",
]