This commit is contained in:
JOLIMAITRE Matthieu 2024-05-20 17:48:14 +02:00
commit 215c2c380f
9 changed files with 390 additions and 0 deletions

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

@ -0,0 +1,4 @@
{
"python.analysis.typeCheckingMode": "basic",
"python.analysis.autoImportCompletions": true
}