UPDATE
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
بدون API — قابل استفاده از سایر سرویسها
|
||||
"""
|
||||
from .irrigation import get_irrigation_recommendation
|
||||
from .irrigation_plan_parser import IrrigationPlanParserService
|
||||
from .fertilization import get_fertilization_recommendation
|
||||
from .fertilization_plan_parser import FertilizationPlanParserService
|
||||
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
|
||||
@@ -11,7 +13,9 @@ from .yield_harvest import YieldHarvestRAGService
|
||||
|
||||
__all__ = [
|
||||
"get_irrigation_recommendation",
|
||||
"IrrigationPlanParserService",
|
||||
"get_fertilization_recommendation",
|
||||
"FertilizationPlanParserService",
|
||||
"get_pest_disease_detection",
|
||||
"get_pest_disease_risk",
|
||||
"get_soil_anomaly_insight",
|
||||
|
||||
Reference in New Issue
Block a user