6 lines
127 B
Python
6 lines
127 B
Python
from pathlib import Path
|
|
|
|
LMM_PATH: Path = Path.home() / ".local" / "share" / "lmm"
|
|
|
|
LMM_GAMES_PATH: Path = LMM_PATH / "games"
|