mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +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"]
|