Files
autoreply-editor/wsgi.py
2021-05-18 19:53:31 +02:00

5 lines
75 B
Python

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