first commit

This commit is contained in:
2024-11-23 13:38:17 +01:00
parent 678203b19f
commit fb915042df
99 changed files with 6624 additions and 0 deletions

5
Partie2/Eleve/run.py Normal file
View File

@@ -0,0 +1,5 @@
from Projet import app
if __name__ == "__main__":
app.run()