From 1567e8fd35a327c85db1ec6ab3df78fb8211782f Mon Sep 17 00:00:00 2001 From: Lerking Date: Fri, 6 Dec 2024 18:31:46 +0100 Subject: [PATCH] Update xtendr/extendr_manager.py --- .../extendr_manager.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "xtendr/import os import importlib.util from abc import ABC, abstractmethod # Define the interface that all plugins must implement class PluginInterface(ABC): @abstractmethod def execute(self, *args, **kwargs): \"\"\" Execute the plugcore.py" => xtendr/extendr_manager.py (100%) diff --git "a/xtendr/import os import importlib.util from abc import ABC, abstractmethod # Define the interface that all plugins must implement class PluginInterface(ABC): @abstractmethod def execute(self, *args, **kwargs): \"\"\" Execute the plugcore.py" b/xtendr/extendr_manager.py similarity index 100% rename from "xtendr/import os import importlib.util from abc import ABC, abstractmethod # Define the interface that all plugins must implement class PluginInterface(ABC): @abstractmethod def execute(self, *args, **kwargs): \"\"\" Execute the plugcore.py" rename to xtendr/extendr_manager.py