xref
: /
external
/
python
/
cpython3
/
Tools
/
scripts
/
idle3
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#! /
usr
/
bin
/
env
python3
2
3
from
idlelib
.
pyshell
import
main
4
if
__name__
==
'__main__'
:
5
main
()
6