This repository has been archived on 2022-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
blog.old/lib/python3.8/site-packages/easy_install.py

6 lines
126 B
Python

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