mirror of
https://github.com/python/cpython.git
synced 2025-10-28 17:13:08 +00:00
Features: text editor with syntax coloring and undo; subclassed into interactive Python shell which adds history.
3 lines
53 B
Python
3 lines
53 B
Python
#! /usr/bin/env python
|
|
import PyShell
|
|
PyShell.main()
|