This commit is contained in:
2021-03-05 16:16:51 +00:00
commit 1cb060f58f
4 changed files with 217 additions and 0 deletions

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

@@ -0,0 +1,4 @@
{
"python.pythonPath": "bin/python3",
"python.envFile": "${workspaceFolder}/.env"
}