orna-tools/wsgi.py

5 lines
92 B
Python

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