5 lines
155 B
Python
5 lines
155 B
Python
|
from lnx.logicnode.lnx_nodes import add_node_section
|
||
|
|
||
|
add_node_section(name='default', category='Event')
|
||
|
add_node_section(name='custom', category='Event')
|