From 8adaf3320206cc5bf45d49cb06d1a1111a2e24be Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Wed, 30 Oct 2024 12:35:55 +0200 Subject: feat(g4f/client/async_client.py): refactor for async client implementation --- g4f/client/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'g4f/client/__init__.py') diff --git a/g4f/client/__init__.py b/g4f/client/__init__.py index d1e7e298..0d4685cc 100644 --- a/g4f/client/__init__.py +++ b/g4f/client/__init__.py @@ -1,2 +1,3 @@ from .stubs import ChatCompletion, ChatCompletionChunk, ImagesResponse -from .client import Client, AsyncClient +from .client import Client +from .client import AsyncClient -- cgit v1.2.3