librespot-python/librespot/standard/Runnable.py
2021-02-25 08:07:17 +09:00

4 lines
79 B
Python

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