feat: 初次提交

This commit is contained in:
2023-03-29 17:28:46 +08:00
commit 8d053238ed
1640 changed files with 291847 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
"""
This module exists only to simplify retrieving the version number of chardet
from within setup.py and from chardet subpackages.
:author: Dan Blanchard (dan.blanchard@gmail.com)
"""
__version__ = "5.0.0"
VERSION = __version__.split(".")