formated with uv format

This commit is contained in:
xgui4
2026-05-16 00:10:28 -04:00
parent 009d9c4c1c
commit 7c71b60fb5
30 changed files with 1076 additions and 697 deletions

View File

@@ -4,4 +4,4 @@ import subprocess
if os.name == "posix":
_ = subprocess.run("./scripts/packages.sh", check=True)
if os.name == "nt":
_ = subprocess.run("scripts\\packages.cmd", check=True, shell=True)
_ = subprocess.run("scripts\\packages.cmd", check=True, shell=True)