import subprocess def run_command(args): return subprocess.run(args, capture_output=True, text=True)