jkj
This commit is contained in:
@@ -10,7 +10,13 @@ import importlib
|
||||
from SYS.logger import log, debug
|
||||
from ProviderCore.registry import get_search_provider, list_search_providers
|
||||
|
||||
from ._shared import Cmdlet, CmdletArg, should_show_help
|
||||
from . import _shared as sh
|
||||
|
||||
Cmdlet, CmdletArg, should_show_help = (
|
||||
sh.Cmdlet,
|
||||
sh.CmdletArg,
|
||||
sh.should_show_help,
|
||||
)
|
||||
import pipeline as ctx
|
||||
|
||||
# Optional dependencies
|
||||
|
||||
Reference in New Issue
Block a user