Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Harmony18090
/
server
like
0
Model card
Files
Files and versions
xet
Community
1
main
server
/
source
/
charset_normalizer
/
version.py
Harmony18090
Add source batch 2/11
76f9669
verified
4 days ago
raw
Copy download link
history
blame
contribute
delete
115 Bytes
"""
Expose version
"""
from
__future__
import
annotations
__version__ =
"3.4.4"
VERSION = __version__.split(
"."
)