Spaces:
Sleeping
Sleeping
File size: 238 Bytes
89b8989 |
1 2 3 4 5 6 |
# This file makes the services directory a Python package
# Import the HybridFoodAnalyzer class to make it available when importing from app.services
from .food_analyzer_service import HybridFoodAnalyzer
__all__ = ['HybridFoodAnalyzer']
|