from typing import Tuple, Union def _to_int(s: str) -> Union[int, str]: ... __version__: str version_info: Tuple[Union[int, str], ...]