4 lines
68 B
4 lines
68 B
1 year ago
|
from typing import List, Tuple
|
||
|
|
||
|
Headers = List[Tuple[bytes, bytes]]
|