File size: 169 Bytes
597f824
 
 
 
1
2
3
4
from typing import List, Union, Dict, Tuple, Callable, Optional

VideoAnnotation = Optional[Dict[str, Union[str, List[Dict[str, str]]]]]
Metadata = List[Tuple[str, str]]