Added invert widget

This commit is contained in:
2025-08-01 14:54:29 +02:00
parent 679b47262a
commit af4371ebe4
8 changed files with 121 additions and 10 deletions

View File

@ -5,7 +5,6 @@ import importlib
import inspect
import sys
from pathlib import Path
from importlib.machinery import SourceFileLoader
from .event_bus import EventBus
from .image_pipeline import ImagePipeline
@ -59,6 +58,7 @@ class EditorManager:
ModuleBaseWidget
and issubclass(cls, ModuleBaseWidget)
and cls is not ModuleBaseWidget
and cls.register
):
logging.info(
f" -> Found and registered widget: {name}")