"""Service layer wrapping the ML predictor.""" from app.services.predictor_service import PredictorService __all__ = ["PredictorService"]