Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
hacking-jack
/
Test
like
0
Model card
Files
Files and versions
Community
main
Test
/
pproyect
/
test1
/
Lib
/
site-packages
/
charset_normalizer
/
version.py
hacking-jack
Upload 1579 files
8070315
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
79 Bytes
"""
Expose version
"""
__version__ =
"3.3.2"
VERSION = __version__.split(
"."
)