summaryrefslogtreecommitdiff
path: root/poezio/libpoezio.pyi
blob: 1212d2c24642626cc12922af1c52787198238aa9 (plain)
1
2
3
4
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]: ...