WebFM/wsgi.py

5 lines
74 B
Python

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