librespot-python/librespot/standard/Runnable.py

4 lines
79 B
Python

class Runnable:
def run(self) -> None:
raise NotImplementedError()