Files

7 lines
111 B
Python
Raw Permalink Normal View History

2025-12-25 11:16:59 +08:00
"""
Provides a pure-Python HTTP/2 framing layer.
"""
from __future__ import annotations
__version__ = "6.1.0"