mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-27 13:14:03 +03:00
3 lines
110 B
Python
3 lines
110 B
Python
|
from typing import Dict, NewType, Union, Optional, List, get_type_hints
|
||
|
|
||
|
sha256 = NewType('sha_256_hash', str)
|