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