Jellyfin(8096), OrbStack(8097) 포트 충돌으로 변경. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
100 B
Python
11 lines
100 B
Python
"""
|
|
h2
|
|
~~
|
|
|
|
A HTTP/2 implementation.
|
|
"""
|
|
|
|
from __future__ import annotations
|
|
|
|
__version__ = "5.0.10"
|