4 lines
62 B
Python
4 lines
62 B
Python
import moo
|
|
app = moo.app_instance()
|
|
editor = app.get_editor()
|
import moo
|
|
app = moo.app_instance()
|
|
editor = app.get_editor()
|