from typing import Set, Tuple from pydoc_fork.custom_types import TypeLike MENTIONED_MODULES: Set[Tuple[TypeLike, str]] = set()