Files
autoreply-editor/autoreply_editor/__init__.py
2021-05-19 09:17:41 +02:00

8 lines
117 B
Python

from flask import Flask
app = Flask(__name__)
import autoreply_editor.main
app.config.from_pyfile("../config.py")