yuting111222's picture
add backend source
fdc2693
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']