6 lines
173 B
Python
6 lines
173 B
Python
|
|
# Command builder widget (re-exported from macro_editor for convenience)
|
||
|
|
|
||
|
|
from .macro_editor import CommandBuilder, CommandItem
|
||
|
|
|
||
|
|
__all__ = ['CommandBuilder', 'CommandItem']
|