This commit is contained in:
quantulr
2023-09-19 15:46:31 +08:00
commit 8d7e9a21f6
12 changed files with 1538 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"
}