1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-09-11 23:09:44 +00:00
calibre-web/lib/flask/testsuite/test_apps/config_package_app/__init__.py

5 lines
101 B
Python

import os
import flask
here = os.path.abspath(os.path.dirname(__file__))
app = flask.Flask(__name__)