ka1kuk commited on
Commit
e79c75c
1 Parent(s): d498157

Create typing.py

Browse files
Files changed (1) hide show
  1. g4f/typing.py +3 -0
g4f/typing.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from typing import Dict, NewType, Union, Optional, List, get_type_hints
2
+
3
+ sha256 = NewType('sha_256_hash', str)