1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 01:27:07 +00:00
bazarr/libs/werkzeug/__init__.py

7 lines
188 B
Python
Raw Normal View History

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
2019-12-02 21:46:54 +00:00
__version__ = "2.0.2"