4 lines
100 B
Python
4 lines
100 B
Python
|
class Renderer:
|
||
|
|
||
|
def render(self, cover: str, artist: str, album: str, title: str):
|
||
|
pass
|