linux-mod-manager/lmm/const.py

6 lines
127 B
Python

from pathlib import Path
LMM_PATH: Path = Path.home() / ".local" / "share" / "lmm"
LMM_GAMES_PATH: Path = LMM_PATH / "games"