Files
2024-11-29 18:15:30 +00:00

4 lines
68 B
Python

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