Files
2026-01-21 15:26:12 +01:00

5 lines
59 B
Python

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