mirror of
https://github.com/tusharbhutt/Endless-Nodes.git
synced 2026-03-24 21:52:12 -03:00
Add files via upload
Uploading files for Endless Nodes V1.0
This commit is contained in:
17
text_switches/__init__.py
Normal file
17
text_switches/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
from .endless_text_switches import (
|
||||
EndlessNode_FourInputTextSwitch,
|
||||
EndlessNode_SixInputTextSwitch,
|
||||
EndlessNode_EightInputTextSwitch,
|
||||
)
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
"Four_Input_Text_Switch": EndlessNode_FourInputTextSwitch,
|
||||
"Six_Input_Text_Switch": EndlessNode_SixInputTextSwitch,
|
||||
"Eight_Input_Text_Switch": EndlessNode_EightInputTextSwitch,
|
||||
}
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"Four_Input_Text_Switch": "Four Input Text Switch",
|
||||
"Six_Input_Text_Switch": "Six Input Text Switch",
|
||||
"Eight_Input_Text_Switch": "Eight Input Text Switch",
|
||||
}
|
||||
Reference in New Issue
Block a user