Files
Android11_RK3568_Lubancat2/external/python/setuptools/easy_install.py
2023-05-14 11:44:44 +00:00

6 lines
126 B
Python
Executable File

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