use Python instead of bash

This commit is contained in:
beauxq
2024-04-16 01:27:51 -07:00
parent 3779ff09ab
commit 6d4942302d
4 changed files with 26 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
{
"include": [
"type_check.py",
"../worlds/AutoSNIClient.py",
"../Patch.py"
],
@@ -16,7 +17,7 @@
"reportMissingTypeStubs": true,
"pythonVersion": "3.8",
"pythonPlatform": "Linux",
"pythonPlatform": "Windows",
"executionEnvironments": [
{