HOME


Mini Shell 1.0
DIR: /snap/core20/current/lib/python3/dist-packages/
Upload File :
Current File : //snap/core20/current/lib/python3/dist-packages/easy_install.py
"""Run the EasyInstall command"""

if __name__ == '__main__':
    from setuptools.command.easy_install import main
    main()