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']