Programme complet

This commit is contained in:
Etienne GILLE
2026-03-27 16:10:28 +01:00
commit e0bb5fe181
8 changed files with 587 additions and 0 deletions

6
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"recommendations": [
"ymotongpoo.licenser",
"ms-python.python"
]
}

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

@@ -0,0 +1,4 @@
{
"licenser.author": "Angers Loire Métropole",
"licenser.license": "BSD3"
}