5 lines
176 B
Python
5 lines
176 B
Python
from .orchestration import router as orchestration_router
|
|
from .internal_demo import router as internal_demo_router
|
|
|
|
__all__ = ["orchestration_router", "internal_demo_router"]
|