FediBooks/app/wsgi.py

5 lines
61 B
Python

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