gpt4free / g4f /typing.py
101-5's picture
Duplicate from justest/gpt4free
2ee8daf
from typing import Dict, NewType, Union, Optional, List, get_type_hints
sha256 = NewType('sha_256_hash', str)