shithub: front

ref: d3ebd02befdd967f92ea50fbac08963428e6e03e
dir: /sys/src/cmd/python/Tools/scripts/idle/

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

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