Initial commit

This commit is contained in:
2020-05-08 14:39:22 +01:00
commit 57828567af
1662 changed files with 248701 additions and 0 deletions

16
.vscode/launch.json vendored Executable file
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",
"args": ["luke-desktop-home", "/home/lukedixon/Downloads"]
}
]
}

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

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