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