alle TEFBogen sind neue eingepflegt in 2d Wizard

This commit is contained in:
2025-05-22 15:25:47 +02:00
parent 50a72f338e
commit ed44f62712
159 changed files with 4475 additions and 239 deletions
+16
View File
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"args": ["1_TEF_Boegen_input.json"],
"console": "integratedTerminal"
}
]
}