File size: 79 Bytes
e397758
 
 
 
1
2
3
4
import subprocess
import os

subprocess.run(["python", "webui.py"], shell=True)