gpt4free / g4f /typing.py
zjf199249's picture
Duplicate from justest/gpt4free
f8f9db5
raw
history blame contribute delete
110 Bytes
from typing import Dict, NewType, Union, Optional, List, get_type_hints
sha256 = NewType('sha_256_hash', str)