5 lines
154 B
Python
5 lines
154 B
Python
|
from lnx.logicnode.lnx_nodes import add_node_section
|
||
|
|
||
|
add_node_section(name='flow', category='Logic')
|
||
|
add_node_section(name='function', category='Logic')
|