Add dataset report

This commit is contained in:
2023-06-07 13:54:36 +02:00
parent 404f7ada4a
commit 61d76a8651
10 changed files with 128 additions and 35 deletions

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

@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}