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