This commit is contained in:
quantulr
2023-09-19 15:46:31 +08:00
committed by qcloud
commit 487b4f2e11
20 changed files with 1816 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"
}