6 lines
88 B
Python
6 lines
88 B
Python
current_music = ("", "")
|
|
playlist = []
|
|
user = ""
|
|
music_folder = ""
|
|
is_proxified = False
|