song module¶
Small class to represent a song for the queue.
- class song.Song(title: str, file: str, url: str, thumbnail: str)¶
Bases:
objectA class to represent a song. Stores the title, the name of the downloaded file, the URL and the thumbnail URL.