4 lines
68 B
Python
Raw Normal View History

2024-11-19 15:19:23 -05:00
from typing import List, Tuple
Headers = List[Tuple[bytes, bytes]]