linux-mod-manager/lmm/const.py

6 lines
127 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"
2023-12-02 16:46:48 +00:00
LMM_GAMES_PATH: Path = LMM_PATH / "games"