EnTube / annotation /datatypes.py
tcm03
Restructure repo and refine annotation
597f824
from typing import List, Union, Dict, Tuple, Callable, Optional
VideoAnnotation = Optional[Dict[str, Union[str, List[Dict[str, str]]]]]
Metadata = List[Tuple[str, str]]