From 9cdb9f74e5d6de9746de2e2a60b6ab74ca139829 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 25 Mar 2025 20:15:54 -0400 Subject: [PATCH] Decided to make the api helper part of the plugin_system_manager file. Forgot to remove the import from cthulhu.py. --- src/cthulhu/cthulhu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cthulhu/cthulhu.py b/src/cthulhu/cthulhu.py index cf77704..679f3c7 100644 --- a/src/cthulhu/cthulhu.py +++ b/src/cthulhu/cthulhu.py @@ -75,7 +75,6 @@ from .ax_utilities import AXUtilities from .input_event import BrailleEvent from . import cmdnames from . import plugin_system_manager # This will now be your pluggy-based implementation -from .plugin_api_helper import APIHelper # New import for the separated APIHelper from . import guilabels from . import acss from . import text_attribute_names