start project

This commit is contained in:
Yash Agarwal
2017-06-12 20:28:50 +05:30
parent 7dc91891ca
commit f14abcf3c6
7 changed files with 382 additions and 0 deletions

7
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"version": "0.1.0",
"command": "/home/yash/miniconda3/envs/music-tagger/bin/python3.5",
"isShellCommand": true,
"args": ["${file}"],
"showOutput": "always"
}