From 56d19cf1a2470396249408c15939aeb3d3f7c36f Mon Sep 17 00:00:00 2001 From: Francesco Bellini Date: Sun, 5 Oct 2025 13:12:25 +0200 Subject: [PATCH] Fix import --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index f1420cd..0c7fbe1 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,4 @@ -from nodes.DOC_SaveImageAndAddToHistory import DOC_SaveImageAndAddToHistory +from .nodes.DOC_SaveImageAndAddToHistory import DOC_SaveImageAndAddToHistory # A dictionary that contains all nodes you want to export with their names