def run()

in tpch/tpchgen.py [0:0]


def run(cmd: str):
    print(f"Executing: {cmd}")
    subprocess.run(cmd, shell=True, check=True)