Files
bakery-ia/services/orchestrator/app/api/__init__.py

5 lines
176 B
Python
Raw Normal View History

2026-01-21 17:17:16 +01:00
from .orchestration import router as orchestration_router
from .internal_demo import router as internal_demo_router
__all__ = ["orchestration_router", "internal_demo_router"]