webdriver_template/telecli/lib/python3.11/site-packages/wsproto/typing.py
2024-08-10 17:48:21 +06:00

4 lines
68 B
Python

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