git: 9front

ref: 812d03ee2ccaa29b3d4648f1f54e8b5e7be30282
dir: /sys/src/cmd/python/Tools/scripts/idle/

View raw version
#! /usr/bin/env python

from idlelib.PyShell import main
if __name__ == '__main__':
    main()