wifi-tally_Oostendam/esptool/venv/lib/python3.8/site-packages/easy_install.py
Eljakim Herrewijnen 50b5fc1824 Initial commit
2021-09-27 21:52:27 +02:00

6 lines
126 B
Python
Executable File

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