aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Werkzeug/py3/werkzeug/__init__.py
blob: 0313497cc6b88d57d5ee337b2b725c8187058207 (plain) (blame)
1
2
3
4
5
6
from .serving import run_simple as run_simple
from .test import Client as Client
from .wrappers import Request as Request
from .wrappers import Response as Response

__version__ = "2.0.3"