initial commit

This commit is contained in:
Alexander Minges 2018-10-24 15:44:26 +02:00
commit a4d53f3193
40 changed files with 32548 additions and 0 deletions

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"python.pythonPath": "venv/bin/python",
"python.jediEnabled": false
}