File size: 195 Bytes
eaaf420
 
 
 
 
1
2
3
4
5
from .NRS.nodes_NRS import *

NODE_CLASS_MAPPINGS = {"NRS": NRS}
NODE_DISPLAY_NAME_MAPPINS = {"NRS": "Negative Rejection Steering"}
__all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS']