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