mirror of
https://github.com/python/cpython.git
synced 2025-10-18 04:38:07 +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()
|