diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-15 11:03:20 +0200 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-15 11:03:20 +0200 |
commit | e1e37b34a54168130ddf59ef9f15e074c811c47f (patch) | |
tree | 66d8b1519d3379f1e1eb6d086093b1a3fedf73d2 /etc/unittest/__main__.py | |
parent | refactor(docs/client.): Update G4F Client API documentation to reflect changes in API usage and add examples (diff) | |
download | gpt4free-e1e37b34a54168130ddf59ef9f15e074c811c47f.tar gpt4free-e1e37b34a54168130ddf59ef9f15e074c811c47f.tar.gz gpt4free-e1e37b34a54168130ddf59ef9f15e074c811c47f.tar.bz2 gpt4free-e1e37b34a54168130ddf59ef9f15e074c811c47f.tar.lz gpt4free-e1e37b34a54168130ddf59ef9f15e074c811c47f.tar.xz gpt4free-e1e37b34a54168130ddf59ef9f15e074c811c47f.tar.zst gpt4free-e1e37b34a54168130ddf59ef9f15e074c811c47f.zip |
Diffstat (limited to 'etc/unittest/__main__.py')
-rw-r--r-- | etc/unittest/__main__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/unittest/__main__.py b/etc/unittest/__main__.py index 351c2bb3..ee748917 100644 --- a/etc/unittest/__main__.py +++ b/etc/unittest/__main__.py @@ -4,8 +4,8 @@ from .backend import * from .main import * from .model import * from .client import * -from .async_client import * +from .client import * from .include import * from .integration import * -unittest.main()
\ No newline at end of file +unittest.main() |