jamendo_obs/lib/renderer.py

4 lines
100 B
Python

class Renderer:
def render(self, cover: str, artist: str, album: str, title: str):
pass