in k8s/cmds.py [0:0]
def __init__(self, dry_run: bool = False, verbose: bool = False):
self.dry_run = dry_run
self.verbose = verbose
self.cwd = os.getcwd()
self.venv: str | None = None
self.backgrounded = []