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