upload config

This commit is contained in:
timothypidashev
2021-07-15 11:03:59 -07:00
parent 5bf2ef6b1c
commit 966ce43331
989 changed files with 70951 additions and 5649 deletions

View File

@@ -0,0 +1,5 @@
"""Run the EasyInstall command"""
if __name__ == '__main__':
from setuptools.command.easy_install import main
main()