4 lines
72 B
Python
4 lines
72 B
Python
from __future__ import annotations
|
|
|
|
Headers = list[tuple[bytes, bytes]]
|
from __future__ import annotations
|
|
|
|
Headers = list[tuple[bytes, bytes]]
|