This commit is contained in:
quantulr
2023-09-19 15:46:31 +08:00
commit b1aaf8241c
18 changed files with 1577 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}