Files
autoreply-editor/autoreply_editor/__init__.py
2021-05-18 19:16:03 +02:00

8 lines
114 B
Python

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