Start removing py files in this branch

This commit is contained in:
2024-09-09 13:11:28 +02:00
parent 2e9d88c8a8
commit 1a1e8106ec
6 changed files with 28 additions and 246 deletions

11
.vscode/launch.json vendored
View File

@@ -5,14 +5,11 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"name": "Launch Package",
"type": "go",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"env": {
"PYTHONPATH": "${workspaceFolder}"
},
"mode": "auto",
"program": "${workspaceFolder}"
}
]
}