Files
MP-Server/gui/command_builder.py
T

6 lines
173 B
Python
Raw Permalink Normal View History

# Command builder widget (re-exported from macro_editor for convenience)
from .macro_editor import CommandBuilder, CommandItem
__all__ = ['CommandBuilder', 'CommandItem']