AchyuthGPT / g4f /typing.py
AIlexDev's picture
Duplicate from AchyuthGamer/AchyuthGPT
0aab0af
raw
history blame contribute delete
110 Bytes
from typing import Dict, NewType, Union, Optional, List, get_type_hints
sha256 = NewType('sha_256_hash', str)