WIP Writing terminal deployer

This commit is contained in:
Daniele Verducci su MatissePenguin
2020-12-09 22:23:12 +01:00
parent 76f8910773
commit ce6e3be35b
4 changed files with 83 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"python.pythonPath": "/usr/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}