OpenGPT / g4f /typing.py
AchyuthGamer's picture
Duplicate from AchyuthGamer/Neonaa
0c4cce1
raw history blame
No virus
110 Bytes
from typing import Dict, NewType, Union, Optional, List, get_type_hints
sha256 = NewType('sha_256_hash', str)