streamlabs-socketio-py/scripts.py
onyx-and-iris 418b97254f debug script added to pyproject.toml
bump to major version 1.0.0

min python required version changed to 3.8
2023-06-28 02:49:15 +01:00

8 lines
150 B
Python

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