import subprocess def run_op(op: str): return subprocess.run(op, shell=True)