ferry/wsgi.py

6 lines
69 B
Python

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