4 lines
70 B
Python
4 lines
70 B
Python
"""MCP v1 routes."""
|
|
from .router import router
|
|
|
|
__all__ = ["router"]
|