Skip to content

Commit 90dfcdc

Browse files
committed
First implementation
1 parent 6053e77 commit 90dfcdc

20 files changed

Lines changed: 2843 additions & 77 deletions

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"python.testing.pytestArgs": [
3+
"tests"
4+
],
5+
"python.testing.unittestEnabled": false,
6+
"python.testing.pytestEnabled": true
7+
}

0 commit comments

Comments
 (0)