mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-07 10:50:36 +00:00
6 lines
66 B
Python
6 lines
66 B
Python
from Projet import app
|
|
|
|
|
|
if __name__ == "__main__":
|
|
app.run()
|