Files
aodh-pack/nodes/resolution_reader/__init__.py
Aodhan Collins 2417dcc090 Initial commit
2025-12-29 20:50:25 +00:00

10 lines
194 B
Python

from .resolution_reader import ResolutionReader
NODE_CLASS_MAPPINGS = {
"ResolutionReader": ResolutionReader
}
NODE_DISPLAY_NAME_MAPPINGS = {
"ResolutionReader": "Resolution Reader"
}