From f37c3a1af543b2fed586f2e675434e03b729ca54 Mon Sep 17 00:00:00 2001 From: FlorianSchepersAA <163116895+FlorianSchepersAA@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:05:00 +0200 Subject: [PATCH] feature: export BusyError --- aleph_alpha_client/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aleph_alpha_client/__init__.py b/aleph_alpha_client/__init__.py index 5c0697e..b0654e4 100644 --- a/aleph_alpha_client/__init__.py +++ b/aleph_alpha_client/__init__.py @@ -12,6 +12,7 @@ from .aleph_alpha_client import ( POOLING_OPTIONS, AsyncClient, + BusyError, Client, QuotaError, ) @@ -55,6 +56,7 @@ "AsyncClient", "BatchSemanticEmbeddingRequest", "BatchSemanticEmbeddingResponse", + "BusyError", "Client", "CompletionRequest", "CompletionResponse",