Change Directory
This commit is contained in:
3
librespot/standard/Runnable.py
Normal file
3
librespot/standard/Runnable.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class Runnable:
|
||||
def run(self) -> None:
|
||||
raise NotImplementedError()
|
||||
Reference in New Issue
Block a user