mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-03-08 06:44:04 +00:00
7 lines
120 B
Python
7 lines
120 B
Python
"""Tools module."""
|
|
|
|
from .mcp import tools_mcp_ns
|
|
from .routes import tools_ns
|
|
|
|
__all__ = ["tools_ns", "tools_mcp_ns"]
|