This commit is contained in:
Peter Kingswell 2022-08-03 04:23:17 -04:00
commit b3c1cb4ce9
8 changed files with 1772 additions and 244 deletions

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"python.testing.promptToConfigure": false,
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false
}