delete superfluous file

This commit is contained in:
2021-12-19 16:53:13 +01:00
parent d26cc5b4b9
commit 2d62258008

9
app.py
View File

@@ -1,9 +0,0 @@
import os.path as op
from autoreply_editor import app
cur_dir = op.dirname(op.realpath(__file__))
if __name__ == '__main__':
# Start app
app.run(debug=True)