class Playlist: def __init__(self, title: str, url: str) -> None: self.title = title self.url = url