mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
3 lines
68 B
Python
3 lines
68 B
Python
from typing import List, Tuple
|
|
|
|
Headers = List[Tuple[bytes, bytes]]
|