MusicIndexer/Env.py
Шурупов Илья Викторович a620e7a4f5 refactor initial not fully recovered
2026-01-04 19:25:42 +03:00

7 lines
171 B
Python

from pathlib import Path
local_library_path = Path("/home/auser/Music/")
work_dir = Path("./work_dir/new")
client_id = '***REDACTED***'
client_secret = "***REDACTED***"