[gpEdit v1.0]

This commit is contained in:
2020-11-14 19:33:37 +00:00
parent 132d9a74f2
commit 7313f179cb
1067 changed files with 174190 additions and 0 deletions
@@ -0,0 +1,5 @@
"""Run the EasyInstall command"""
if __name__ == '__main__':
from setuptools.command.easy_install import main
main()