Files
Home_assistant/backend/app/tools/__init__.py
T
2026-06-09 09:36:48 +03:00

4 lines
110 B
Python

from app.tools.registry import TOOL_DEFINITIONS, execute_tool
__all__ = ["TOOL_DEFINITIONS", "execute_tool"]