update format

This commit is contained in:
Wolfang Torres
2025-12-21 22:55:46 +08:00
parent 4e8416ec36
commit 15871e8f59
5 changed files with 37 additions and 62 deletions

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

@@ -0,0 +1,15 @@
{
// 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: Module",
"type": "debugpy",
"request": "launch",
"module": "anki-hsk-creator"
}
]
}