Primer commit

This commit is contained in:
2026-05-30 14:31:19 -06:00
commit a35d26fac0
277 changed files with 265240 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "mp-manager",
"runtimeExecutable": "python",
"runtimeArgs": ["main.py"],
"port": 8000
}
]
}