Files
getlostguatemala.com/venv/lib/python3.12/site-packages/a2wsgi/__init__.py

9 lines
185 B
Python

from .asgi import ASGIMiddleware
from .wsgi import WSGIMiddleware
VERSION = (1, 10, 10)
__version__: str = ".".join(map(str, VERSION))
__all__ = ("WSGIMiddleware", "ASGIMiddleware")