Files
cours/Partie2/Eleve/run.py
2024-11-23 13:38:17 +01:00

6 lines
66 B
Python

from Projet import app
if __name__ == "__main__":
app.run()