Initial commit

This commit is contained in:
2023-04-01 14:25:41 +02:00
commit 52ca3999ad
9 changed files with 336 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
}
}