linux-mod-manager/lmm/const.py

5 lines
126 B
Python
Raw Normal View History

2023-12-02 16:45:16 +00:00
from pathlib import Path
LMM_PATH: Path = Path.home() / ".local" / "share" / "lmm"
LMM_GAMES_PATH: Path = LMM_PATH / "games"