MERGE: Fully featured python installer and documentation/code comment improvements. #17

Merged
saru merged 13 commits from untested into main 2024-11-01 22:05:17 -05:00
Showing only changes of commit e2304cc847 - Show all commits

11
.vscode/settings.json vendored
View File

@ -1,11 +0,0 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}