Files
30-seconds-of-code/website/web/Lib/site-packages/easy_install.py
Rohit Tanwar e880709a0d website
2018-02-17 19:36:05 +05:30

6 lines
126 B
Python

"""Run the EasyInstall command"""
if __name__ == '__main__':
from setuptools.command.easy_install import main
main()