Skip to content

Commit 90075af

Browse files
committed
fix: Expose ToolboxTool and ToolboxSyncTool from the toolbox-core package.
1 parent ca88369 commit 90075af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/toolbox-core/src/toolbox_core/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414

1515
from .client import ToolboxClient
1616
from .sync_client import ToolboxSyncClient
17+
from .tool import ToolboxTool
18+
from .sync_tool import ToolboxSyncTool
1719

18-
__all__ = ["ToolboxClient", "ToolboxSyncClient"]
20+
21+
__all__ = ["ToolboxClient", "ToolboxSyncClient", "ToolboxTool", "ToolboxSyncTool"]

0 commit comments

Comments
 (0)