jkj
This commit is contained in:
@@ -5,7 +5,15 @@ from typing import Any, Dict, List, Sequence
|
||||
import sys
|
||||
|
||||
import pipeline as ctx
|
||||
from ._shared import Cmdlet, SharedArgs, parse_cmdlet_args, get_field, normalize_hash
|
||||
from . import _shared as sh
|
||||
|
||||
Cmdlet, SharedArgs, parse_cmdlet_args, get_field, normalize_hash = (
|
||||
sh.Cmdlet,
|
||||
sh.SharedArgs,
|
||||
sh.parse_cmdlet_args,
|
||||
sh.get_field,
|
||||
sh.normalize_hash,
|
||||
)
|
||||
from SYS.logger import log
|
||||
from Store import Store
|
||||
|
||||
|
||||
Reference in New Issue
Block a user