Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
clocks
/
watch_1
like
0
Model card
Files
Files and versions
Community
main
watch_1
/
tutorial-env
/
lib
/
python3.10
/
site-packages
/
charset_normalizer
/
version.py
clocks
Upload folder using huggingface_hub
fac0856
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
79 Bytes
"""
Expose version
"""
__version__ =
"3.3.2"
VERSION = __version__.split(
"."
)