Files
autoreply-editor/wsgi.py

6 lines
100 B
Python
Raw Normal View History

2021-12-23 12:36:15 +01:00
"""WSGI for Flask app"""
2021-05-18 19:53:31 +02:00
from autoreply_editor import app
if __name__ == "__main__":
app.run()