7 lines
171 B
Python
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***"
|