freegpt-webui / g4f /typing.py
Fernando22's picture
Duplicate from monra/freegpt-webui
29a2592
from typing import Dict, NewType, Union, Optional, List, get_type_hints
sha256 = NewType('sha_256_hash', str)