mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +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()
|