jamendo_obs/lib/renderer.py

4 lines
100 B
Python
Raw Normal View History

2022-11-11 06:23:00 +01:00
class Renderer:
def render(self, cover: str, artist: str, album: str, title: str):
pass