From 62481f13295ad6b96648e608d4d93029864c8eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 21 Aug 2022 22:54:52 +0200 Subject: roezio: migrate poezio/xdg.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/libpoezio.pyi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'poezio/libpoezio.pyi') diff --git a/poezio/libpoezio.pyi b/poezio/libpoezio.pyi index 1212d2c2..cc5a7311 100644 --- a/poezio/libpoezio.pyi +++ b/poezio/libpoezio.pyi @@ -1,4 +1,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 -- cgit v1.2.3