6 lines
74 B
Python
6 lines
74 B
Python
from .agent import router as agent_router
|
|
|
|
routers = [
|
|
agent_router
|
|
]
|