This commit is contained in:
rzmk 2021-05-18 18:48:42 -04:00
parent f9a2e68c8b
commit 95d0201681
1552 changed files with 367539 additions and 2 deletions

5
env/Lib/site-packages/easy_install.py vendored Normal file
View file

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