__init__.py 111 B

123456
  1. """
  2. Provides a pure-Python HTTP/2 framing layer.
  3. """
  4. from __future__ import annotations
  5. __version__ = "6.1.0"