"""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"]