forked from LeenkxTeam/LNXSDK
5 lines
157 B
Python
5 lines
157 B
Python
|
from lnx.logicnode.lnx_nodes import add_node_section
|
||
|
|
||
|
add_node_section(name='variable', category='Array')
|
||
|
add_node_section(name='default', category='Array')
|