Frontend Update

This commit is contained in:
CasVT
2024-02-23 12:37:10 +01:00
parent 683e2d5524
commit c6590f91dd
24 changed files with 1328 additions and 1090 deletions

11
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"configurations": [
{
"name": "Main File",
"type": "debugpy",
"request": "launch",
"python": "/bin/python3",
"program": "${workspaceFolder}/MIND.py"
}
]
}