pmacs3/mode/colortext.py

4 lines
106 B
Python
Raw Normal View History

2009-03-29 20:50:27 -04:00
from mode import Fundamental
class Colortext(Fundamental): name = 'Colortext'
install = Colortext.install