6 lines
109 B
Python
6 lines
109 B
Python
"""Editor component."""
|
|
|
|
from .editor import Editor, EditorButtonList, EditorOptions
|
|
|
|
editor = Editor.create
|