added @ scheme for internal funcs

This commit is contained in:
Remi Ehounou
2021-05-24 00:19:49 -04:00
parent c7ae2e18fb
commit 8fd8abf79a
7 changed files with 45 additions and 8 deletions

9
.vscode/launch.json vendored
View File

@ -4,9 +4,12 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Module",
"type": "python",
"request": "launch",
"module": "MDAF"
},
{
"name": "Python: Current File",
"type": "python",