os.system()
subprocess.run()
runpy.run_path(,run_name='__main__')
Python: 如何在一个模块中执行另一个模块的 if name == 'main' 部分的代码