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