Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Docfile
/
Bhh
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b9c3605
Bhh
/
g4f
/
typing.py
kuro223
heyh
0e3ca79
about 2 years ago
raw
Copy download link
history
blame
Safe
110 Bytes
from
typing
import
Dict
, NewType,
Union
,
Optional
,
List
, get_type_hints
sha256 = NewType(
'sha_256_hash'
,
str
)