File size: 268 Bytes
5193146 | 1 2 3 4 5 6 7 8 | from ._mappings import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
__version__ = '0.0.1a'
__author__ = 'Thomas Ward <teward@thomas-ward.net>'
__copyright__ = 'Copyright 2024'
__license__ = "GPL-3.0"
__all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS'] |