pvl/web/__init__.py
author Tero Marttila <terom@paivola.fi>
Sun, 07 Sep 2014 14:21:56 +0300
changeset 424 e77e967d59b0
parent 372 24e6c32c488f
permissions -rw-r--r--
hgignore: use glob; ignore snmp mibs
"""
    Werkzeug-based web application.
"""

# items
from pvl.web.html import tags as html, html5
from pvl.web.application import Application, Handler

# werkzeug
from werkzeug.wrappers import Request, Response