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