cleaned up interpreter.py

This commit is contained in:
weckyy702
2020-12-26 15:53:16 +01:00
parent 683a0c7a70
commit f95f054cf4
3 changed files with 14 additions and 21 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "Python: Aktuelle Datei",
"type": "python",
"request": "launch",
"program": "run.py",
"program": "debug.py",
"console": "integratedTerminal"
}
]