codekingpro's picture
Add files using upload-large-folder tool
b5e8702 verified
Raw
History Blame Contribute Delete
111 Bytes
"""
Provides a pure-Python HTTP/2 framing layer.
"""
from __future__ import annotations
__version__ = "6.1.0"