first commit

This commit is contained in:
Ayxan
2022-05-23 00:16:32 +04:00
commit d660f2a4ca
24786 changed files with 4428337 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# This file was generated by 'versioneer.py' (0.18) 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": "2021-11-06T00:07:13-0500",
"dirty": false,
"error": null,
"full-revisionid": "294e981edad035a7ac6f0e2b48f1738368fa4b34",
"version": "0.11.2"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)