Creation du depot

This commit is contained in:
2024-03-11 10:16:21 +01:00
commit 48e6cae956
12 changed files with 910 additions and 0 deletions

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

@@ -0,0 +1,13 @@
{
"python.defaultInterpreterPath": "C:\\Program Files (x86)\\wapt\\waptpython.exe",
"python.pythonPath": "C:\\Program Files (x86)\\wapt\\waptpython.exe",
"python.wapt-get": "C:\\Program Files (x86)\\wapt\\wapt-get.py",
"python.formatting.provider": "black",
"python.formatting.blackArgs":
[
"--line-length",
"150"
],
"editor.insertSpaces": true,
"files.eol": "\n"
}