diff --git a/openai_streaming/struct/__init__.py b/openai_streaming/struct/__init__.py index a53de96..699f327 100644 --- a/openai_streaming/struct/__init__.py +++ b/openai_streaming/struct/__init__.py @@ -1 +1 @@ -from handler import process_struct_response, Terminate, BaseHandler \ No newline at end of file +from .handler import process_struct_response, Terminate, BaseHandler \ No newline at end of file