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