python package restructuring

This commit is contained in:
2025-01-14 20:29:29 +01:00
parent 0c022d4731
commit 7224111a0b
27 changed files with 97 additions and 74 deletions

2
.vscode/launch.json vendored
View File

@@ -15,7 +15,7 @@
"name": "PyDebug: __main__.py",
"type": "debugpy",
"request": "launch",
"program": "__main__.py",
"program": "chatbug/__main__.py",
"console": "integratedTerminal"
}
]