First commit.

Signed-off-by: Chen Xiao <abigwc@gmail.com>
This commit is contained in:
Chen Xiao
2026-05-08 14:43:16 +08:00
commit 0b64e2de94
10989 changed files with 2253791 additions and 0 deletions
@@ -0,0 +1,21 @@
# This file was generated by 'versioneer.py' (0.21) from
# revision-control system data, or from the parent directory name of an
# unpacked source archive. Distribution tarballs contain a pre-generated copy
# of this file.
import json
version_json = '''
{
"date": "2026-03-26T10:50:34+0100",
"dirty": false,
"error": null,
"full-revisionid": "bd66899550d7185939bf27b75713a2ac9325a9d3",
"version": "0.19.2"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)