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