m2m模型翻译
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
498 B

6 months ago
  1. # This file was generated by 'versioneer.py' (0.19) from
  2. # revision-control system data, or from the parent directory name of an
  3. # unpacked source archive. Distribution tarballs contain a pre-generated copy
  4. # of this file.
  5. import json
  6. version_json = '''
  7. {
  8. "date": "2022-04-11T17:43:10-0600",
  9. "dirty": false,
  10. "error": null,
  11. "full-revisionid": "ef0ec786fd4c7622ad2fa0e54d3881f3b9bbd792",
  12. "version": "1.21.6"
  13. }
  14. ''' # END VERSION_JSON
  15. def get_versions():
  16. return json.loads(version_json)