cpython/Lib/idlelib/idle.py

5 lines
54 B
Python
Raw Normal View History

2000-08-14 22:13:23 -03:00
#! /usr/bin/env python
import PyShell
PyShell.main()