Initial Commit

This commit is contained in:
Doc
2025-10-28 20:28:27 -04:00
commit bb1c0612d8
9 changed files with 1315 additions and 0 deletions

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

@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}