ska-referee-test/ref-test/wsgi.py
2022-06-19 11:17:00 +01:00

2 lines
57 B
Python

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