from typing import ( Any, Tuple, ) def make_model_tuple(model: Any) -> Tuple[str, str]: ...