Files
2025-09-26 11:16:23 +02:00

6 lines
66 B
Python

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