Skip to content

Commit 5a866b9

Browse files
committed
Export sync as well as async client
1 parent 7737c84 commit 5a866b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
# limitations under the License.
1414

1515
from .client import ToolboxClient
16+
from .sync_client import ToolboxSyncClient
1617

17-
__all__ = ["ToolboxClient"]
18+
__all__ = ["ToolboxClient", "ToolboxSyncClient"]

0 commit comments

Comments
 (0)