summaryrefslogtreecommitdiffstats
path: root/g4f/typing.py
blob: e41a567ae49dd26d2ace2a3732b0e8f0bbbaa4b0 (plain) (blame)
1
2
3
from typing import Dict, NewType, Union, Optional, List, get_type_hints

sha256 = NewType('sha_256_hash', str)