librespot-python/librespot/standard/Closeable.py

7 lines
135 B
Python

from librespot.standard.AutoCloseable import AutoCloseable
class Closeable(AutoCloseable):
def close(self) -> None:
pass