Added initial files

Added:
- consoleouput.py
- plugin_downloader.py
This commit is contained in:
Neocky
2021-02-26 01:22:16 +01:00
parent a2bd1d0a7b
commit 34e53f4861
3 changed files with 99 additions and 0 deletions

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

@@ -0,0 +1,4 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}