Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
9dc363ee7cf2eb6ff374fbf7bbeb0b333f4afb8f
/
.
/
Lib
/
idlelib
/
__main__.py
blob: 6349ec75c64e9325de5e4bec40ec3f1f46db38cc [
file
]
"""
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.