summaryrefslogtreecommitdiffstats
path: root/g4f/typing.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-09-17 23:22:07 +0200
committerGitHub <noreply@github.com>2023-09-17 23:22:07 +0200
commit489748892b5a22e23f1b77e91fa33500ab119353 (patch)
tree81b3014035813641350c2a5c01ed35151d8f5fc9 /g4f/typing.py
parent~ (diff)
parent. (diff)
downloadgpt4free-489748892b5a22e23f1b77e91fa33500ab119353.tar
gpt4free-489748892b5a22e23f1b77e91fa33500ab119353.tar.gz
gpt4free-489748892b5a22e23f1b77e91fa33500ab119353.tar.bz2
gpt4free-489748892b5a22e23f1b77e91fa33500ab119353.tar.lz
gpt4free-489748892b5a22e23f1b77e91fa33500ab119353.tar.xz
gpt4free-489748892b5a22e23f1b77e91fa33500ab119353.tar.zst
gpt4free-489748892b5a22e23f1b77e91fa33500ab119353.zip
Diffstat (limited to 'g4f/typing.py')
-rw-r--r--g4f/typing.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/g4f/typing.py b/g4f/typing.py
index 5f63c222..2a9396a8 100644
--- a/g4f/typing.py
+++ b/g4f/typing.py
@@ -12,9 +12,10 @@ CreateResult = Generator[str, None, None]
__all__ = [
'Any',
'AsyncGenerator',
+ 'CreateResult',
'Generator',
+ 'SHA256',
'Tuple',
'TypedDict',
- 'SHA256',
- 'CreateResult',
+ 'Union',
]