Spaces:
Running
Running
File size: 236 Bytes
0b2d478 | 1 2 3 4 5 6 7 | """Tool package; importing modules registers tools."""
from .registry import ToolRegistry, ToolSpec, registry
from . import time_tool # noqa: F401
from . import weather # noqa: F401
__all__ = ["ToolRegistry", "ToolSpec", "registry"]
|