Files

4 lines
68 B
Python
Raw Permalink Normal View History

2025-12-25 11:16:59 +08:00
from typing import List, Tuple
Headers = List[Tuple[bytes, bytes]]