medit/moo/moopython/medit-python-init.py

4 lines
62 B
Python
Raw Normal View History

2011-01-01 15:00:20 -08:00
import moo
2011-01-10 00:10:17 -08:00
app = moo.App.instance()
2011-01-01 15:00:20 -08:00
editor = app.get_editor()