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