__init__.py 109 B

123456
  1. """
  2. HTTP/2 protocol implementation for Python.
  3. """
  4. from __future__ import annotations
  5. __version__ = "4.3.0"