Files
autoreply-editor/wsgi.py

6 lines
100 B
Python

"""WSGI for Flask app"""
from autoreply_editor import app
if __name__ == "__main__":
app.run()