diff options
Diffstat (limited to 'g4f/typing.py')
-rw-r--r-- | g4f/typing.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g4f/typing.py b/g4f/typing.py new file mode 100644 index 00000000..e41a567a --- /dev/null +++ b/g4f/typing.py @@ -0,0 +1,3 @@ +from typing import Dict, NewType, Union, Optional, List, get_type_hints + +sha256 = NewType('sha_256_hash', str)
\ No newline at end of file |