streamlabs-socketio-py/scripts.py

8 lines
150 B
Python
Raw Normal View History

import subprocess
from pathlib import Path
def ex_debug():
path = Path.cwd() / "examples" / "debug" / "."
subprocess.run(["py", str(path)])