cleanup and rename provider to plugin

This commit is contained in:
2026-05-21 16:19:17 -07:00
parent 02d84f423e
commit e8913d1344
62 changed files with 553 additions and 165 deletions
+2 -2
View File
@@ -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: