7 lines
207 B
Python
7 lines
207 B
Python
from pathlib import Path
|
|
|
|
local_library_path = Path("/home/auser/Music/")
|
|
work_dir = Path("./work_dir/new")
|
|
|
|
client_id = '3b4db45bb66b45e9a2532989c8034332'
|
|
client_secret = "ed03dce79ec049e59b1bf20967aba418"
|