pvl/web/__init__.py
author Tero Marttila <terom@paivola.fi>
Sun, 22 Dec 2013 19:03:57 +0200
changeset 336 edaa5d0aa57d
parent 197 9f18b11647fb
child 358 441288a30cea
permissions -rw-r--r--
version 0.6.1: pvl.hosts forward/reverse delegation, and include= support
"""
    Werkzeug-based web application.
"""

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

# werkzeug
from werkzeug.wrappers import Request