mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-02-19 03:03:57 +08:00
3 lines
68 B
Python
3 lines
68 B
Python
from typing import List, Tuple
|
|
|
|
Headers = List[Tuple[bytes, bytes]]
|