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