huge refactor of plugin system

This commit is contained in:
2026-04-30 18:56:22 -07:00
parent ea3ead248b
commit be5a11da97
99 changed files with 7603 additions and 11320 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from __future__ import annotations
from typing import Any, Dict, List, Optional
from API.loc import LOCClient
from plugins.loc.api import LOCClient
from ProviderCore.base import Provider, SearchResult
from SYS.cli_syntax import get_free_text, parse_query
from SYS.logger import log