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",