Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ktongue
/
ENISE1
like
0
License:
mit
Dataset card
Files
Files and versions
xet
Community
main
ENISE1
/
hf_env
/
lib
/
python3.14
/
site-packages
/
charset_normalizer
/
version.py
ktongue
Upload hf_env/lib/python3.14/site-packages/charset_normalizer/version.py with huggingface_hub
13e63e4
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
115 Bytes
"""
Expose version
"""
from
__future__
import
annotations
__version__ =
"3.4.4"
VERSION = __version__.split(
"."
)