From b8ffcddc8156264a96c89d6bdecce087de2dc8f7 Mon Sep 17 00:00:00 2001 From: Gabefire <33893811+Gabefire@users.noreply.github.com> Date: Tue, 28 May 2024 07:20:09 -0500 Subject: [PATCH] added the buffered stream output to __init__.py head file so you can import it directly --- libs/labelbox/src/labelbox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/labelbox/src/labelbox/__init__.py b/libs/labelbox/src/labelbox/__init__.py index e638ea1b0..4b72fcce4 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -18,7 +18,7 @@ from labelbox.schema.user import User from labelbox.schema.organization import Organization from labelbox.schema.task import Task -from labelbox.schema.export_task import StreamType, ExportTask, JsonConverter, JsonConverterOutput, FileConverter, FileConverterOutput +from labelbox.schema.export_task import StreamType, ExportTask, JsonConverter, JsonConverterOutput, FileConverter, FileConverterOutput, BufferedJsonConverterOutput from labelbox.schema.labeling_frontend import LabelingFrontend, LabelingFrontendOptions from labelbox.schema.asset_attachment import AssetAttachment from labelbox.schema.webhook import Webhook