Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hhhrrrttt222111
GitHub Repository: hhhrrrttt222111/Dorkify
Path: blob/master/venv/Lib/site-packages/chardet/version.py
811 views
1
"""
2
This module exists only to simplify retrieving the version number of chardet
3
from within setup.py and from chardet subpackages.
4
5
:author: Dan Blanchard ([email protected])
6
"""
7
8
__version__ = "3.0.4"
9
VERSION = __version__.split('.')
10
11