Files
PinterestParse/venv/Lib/site-packages/wsproto/typing.py
Александр Геннадьевич Сальный 7caeeaaff5 second commit
2022-10-15 21:01:12 +03:00

4 lines
68 B
Python

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