6 lines
113 B
Python

from .send_to_loadimage import TaggedLoadImage
NODE_CLASS_MAPPINGS = {
"TaggedLoadImage": TaggedLoadImage
}