dev #6

Merged
WorldTeacher merged 15 commits from dev into main 2025-11-13 09:37:37 +00:00
Showing only changes of commit 3270173fd9 - Show all commits

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
}