2023-01-28 15:54:03 +01:00

5 lines
62 B
Python

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