Your IP : 216.73.217.154


Current Path : /proc/thread-self/root/proc/thread-self/root/snap/core/17292/usr/lib/python3.5/idlelib/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/snap/core/17292/usr/lib/python3.5/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.