summaryrefslogtreecommitdiff
path: root/poezio/libpoezio.pyi
blob: cc5a7311bb6bd91fccc9843dc16ea44f21adb140 (plain)
1
2
3
4
5
6
7
8
9
10
from typing import Any, Dict, List, Tuple
from pathlib import Path

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

class XDG:
    cache_dir: Path
    config_dir: Path
    data_dir: Path