mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2026-04-07 13:43:30 +00:00
debug script added to pyproject.toml
bump to major version 1.0.0 min python required version changed to 3.8
This commit is contained in:
7
scripts.py
Normal file
7
scripts.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import subprocess
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def ex_debug():
|
||||
path = Path.cwd() / "examples" / "debug" / "."
|
||||
subprocess.run(["py", str(path)])
|
||||
Reference in New Issue
Block a user