Your IP : 216.73.216.74


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