initial commit
This commit is contained in:
7
autoreply_editor/__init__.py
Normal file
7
autoreply_editor/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flask import Flask
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
import autoreply_editor.main
|
||||
|
||||
app.config.from_pyfile("config.py")
|
||||
Reference in New Issue
Block a user