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.

12 lines
460 B

6 months ago
  1. #!C:\Users\�\PycharmProjects\CnOCRService\Scripts\python.exe -x
  2. # EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==39.1.0','console_scripts','easy_install-3.7'
  3. __requires__ = 'setuptools==39.1.0'
  4. import re
  5. import sys
  6. from pkg_resources import load_entry_point
  7. if __name__ == '__main__':
  8. sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
  9. sys.exit(
  10. load_entry_point('setuptools==39.1.0', 'console_scripts', 'easy_install-3.7')()
  11. )