dograh/api/mcp/__init__.py

4 lines
50 B
Python
Raw Normal View History

2026-04-15 22:19:41 +05:30
from api.mcp.server import mcp
__all__ = ["mcp"]