initial commit

This commit is contained in:
Gergő Jedlicska
2023-06-22 12:32:34 +02:00
commit f4fdcb9272
13 changed files with 1757 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
}
]
}
+3
View File
@@ -0,0 +1,3 @@
{
"cSpell.words": ["camelcase", "pydantic", "stringcase", "typer"]
}