Files
wizarr/run.py
Matthieu B 28d4f438c9 Created git
2022-09-12 17:19:47 +01:00

6 lines
63 B
Python

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