Minor typo
This commit is contained in:
parent
91a02166f1
commit
16b69febc2
2 changed files with 1 additions and 6 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
|
@ -12,7 +12,7 @@
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"cwd": "${workspaceFolder}/src",
|
"cwd": "${workspaceFolder}/src",
|
||||||
"env": {
|
"env": {
|
||||||
"=": "${cwd}/src"
|
"PYTHONPATH": "${cwd}/src"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
" _ "
|
|
||||||
" ___ __ _ ____ _ ___| |_ __ _ _ __ _ _ _____ ___ _ "
|
|
||||||
"/ -_) _` (_-< || |___| ' \/ _` | '_ \ '_/ _ \ \ / || |"
|
|
||||||
"\___\__,_/__/\_, | |_||_\__,_| .__/_| \___/_\_\\_, |"
|
|
||||||
" |__/ |_| |__/ "
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue