chore: add ToolboxTool to tools.__init__.py

This commit is contained in:
jackwotherspoon
2025-04-09 20:16:26 +00:00
parent 9002ace7e5
commit 20a8a11e49
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class ToolboxTool:
Example:
```python
toolbox = ToolboxTool("http://127.0.0.1:8080")
toolbox = ToolboxTool("http://127.0.0.1:5000")
tool = toolbox.get_tool("tool_name")
toolset = toolbox.get_toolset("toolset_name")
```