Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/flask/testsuite/test_apps/config_package_app/__init__.py
blob: 380d46bfba3dae1ec29244fcf29c51b1e140d644 (plain)
1
2
3
4
import os
import flask
here = os.path.abspath(os.path.dirname(__file__))
app = flask.Flask(__name__)