Exemplo n.º 1
0
def edit():
	with Storage() as storage:
		editor.run(storage)
Exemplo n.º 2
0
from editor import editor
editor.run(debug=True, host='0.0.0.0', port=5001)