screenshare/venv/lib/python3.12/site-packages/wsproto/typing.py
2024-11-29 18:15:30 +00:00

4 lines
68 B
Python

from typing import List, Tuple
Headers = List[Tuple[bytes, bytes]]