Files
web/venv/lib/python3.9/site-packages/werkzeug/__init__.py
timothypidashev 966ce43331 upload config
2021-07-15 11:03:59 -07:00

7 lines
188 B
Python

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.1"