song module

Small class to represent a song for the queue.

class song.Song(title: str, file: str, url: str, thumbnail: str)

Bases: object

A class to represent a song. Stores the title, the name of the downloaded file, the URL and the thumbnail URL.