Sign in
android
/
platform
/
external
/
python
/
cpython3
/
4ec8900d9eaf12b57d2b512f39e4c8dd168f144e
/
.
/
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.