init commit

This commit is contained in:
Vaclav Tvrdik
2024-07-11 12:36:00 +02:00
commit 240d0bc213
5 changed files with 624 additions and 0 deletions

22
ms.sublime-project Normal file
View File

@@ -0,0 +1,22 @@
{
"folders":
[
{
"path": "./",
}
],
"settings": {
"SublimeLinter.linters.pylint.args": [
"--disable=unsupported-binary-operation"
]
},
"debugger_configurations": [
{
"name": "Run file",
"type": "python",
"request": "launch",
"program": "${file}",
},
],
// project-specific view settings
}