7 lines
111 B
Python
7 lines
111 B
Python
"""
|
|
Provides a pure-Python HTTP/2 framing layer.
|
|
"""
|
|
from __future__ import annotations
|
|
|
|
__version__ = "6.1.0"
|