Change Directory
This commit is contained in:
6
librespot/standard/Closeable.py
Normal file
6
librespot/standard/Closeable.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from librespot.standard.AutoCloseable import AutoCloseable
|
||||
|
||||
|
||||
class Closeable(AutoCloseable):
|
||||
def close(self) -> None:
|
||||
pass
|
||||
Reference in New Issue
Block a user