Skip to content
Snippets Groups Projects
idle.sh 60 B
#! /usr/bin/python

from idlelib.PyShell import main
main()