cleanup and rename provider to plugin
This commit is contained in:
@@ -6,8 +6,8 @@ from pathlib import Path
|
||||
from types import ModuleType
|
||||
from typing import Any, Dict, List, Optional
|
||||
import logging
|
||||
from ProviderCore.commands import get_primary_command_object
|
||||
from ProviderCore.registry import get_plugin
|
||||
from PluginCore.commands import get_primary_command_object
|
||||
from PluginCore.registry import get_plugin
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user