initial commit

This commit is contained in:
2023-06-30 11:23:12 +02:00
parent 830872bdad
commit 6a67dc40bf
16 changed files with 360 additions and 0 deletions

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

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