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