webdriver_template/telecli/lib/python3.11/site-packages/wsproto/typing.py

4 lines
68 B
Python
Raw Normal View History

2024-08-10 14:48:21 +03:00
from typing import List, Tuple
Headers = List[Tuple[bytes, bytes]]