agrisensa-api / app /ml_models /__init__.py
yandri918's picture
Upload app/ml_models/__init__.py with huggingface_hub
959f4dc verified
"""ML Models module for AgriSensa API."""
from app.ml_models.model_loader import ModelLoader
__all__ = ['ModelLoader']