summaryrefslogtreecommitdiffstats
path: root/g4f/typing.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/typing.py')
-rw-r--r--g4f/typing.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/g4f/typing.py b/g4f/typing.py
index c972f505..a6a62e3f 100644
--- a/g4f/typing.py
+++ b/g4f/typing.py
@@ -18,7 +18,14 @@ __all__ = [
'AsyncGenerator',
'Generator',
'Tuple',
+ 'Union',
+ 'List',
+ 'Dict',
+ 'Type',
'TypedDict',
'SHA256',
'CreateResult',
+ 'AsyncResult',
+ 'Messages',
+ 'ImageType'
]