Fusion360-Addons/python/Lib/idlelib/__main__.py
2021-10-31 19:12:13 +01:00

9 lines
167 B
Python

"""
IDLE main entry point
Run IDLE as python -m idlelib
"""
import idlelib.pyshell
idlelib.pyshell.main()
# This file does not work for 2.7; See issue 24212.