gpt4free/g4f/typing.py

3 lines
110 B
Python
Raw Normal View History

2023-06-23 21:47:00 -04:00
from typing import Dict, NewType, Union, Optional, List, get_type_hints
sha256 = NewType('sha_256_hash', str)