from typing import Any, Dict, List, Tuple def to_curses_attr(fg: int, bg: int, attrs: str) -> int: ... def run_cmdline_args(argv: List[str]) -> Tuple[Dict[Any, Any], bool]: ...