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