# services/recipes/app/repositories/__init__.py
from .recipe_repository import RecipeRepository
__all__ = [
"RecipeRepository"
]