Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/proc/self/root/usr/local/python-3.9/lib/python3.9/idlelib/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/usr/local/python-3.9/lib/python3.9/idlelib/__main__.py

"""
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.