yuting111222's picture
move backend files to root for Hugging Face Spaces deployment
f8e601b
raw
history blame contribute delete
238 Bytes
# 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']