gpt4free/g4f/typing.py
2023-06-24 03:47:00 +02:00

3 lines
110 B
Python

from typing import Dict, NewType, Union, Optional, List, get_type_hints
sha256 = NewType('sha_256_hash', str)