cpython/Tools/scripts/idle

6 lines
95 B
Python

#! /usr/bin/env python
from idlelib.PyShell import main
if __name__ == '__main__':
main()