Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
de2ea9aaefebd1b06e5302c1858d70e00cd63639
/
.
/
Lib
/
idlelib
/
__main__.py
blob: ec3915b265f665eaa7b8ae27eb8b2cbdac767693 [
file
]
"""
IDLE main entry point
Run IDLE as python -m idlelib
"""
import
idlelib
.
pyshell
idlelib
.
pyshell
.
main
()