implemented NSD loading from files

This commit is contained in:
weckyy702
2020-12-22 19:46:25 +01:00
parent 7fe0db6914
commit 35a5c8116e
6 changed files with 119 additions and 116 deletions

2
.vscode/launch.json vendored
View File

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