Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
e8ff0caa72f596ed5f3b99f9323b77c7760c36e1
/
.
/
Tools
/
scripts
/
idle3
blob: 8ee92c2afe8492b4221402b6ab37c8e2b0e59b18 [
file
]
#! /usr/bin/env python3
from
idlelib
.
PyShell
import
main
if
__name__
==
'__main__'
:
main
()