mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-23 17:23:57 +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)
|