Initial commit
This commit is contained in:
9
nodes/character_reader/__init__.py
Normal file
9
nodes/character_reader/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .character_reader import CharacterJsonReader
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
"CharacterJsonReader": CharacterJsonReader
|
||||
}
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"CharacterJsonReader": "Character JSON Reader"
|
||||
}
|
||||
Reference in New Issue
Block a user