librespot-python/librespot/standard/AutoCloseable.py

4 lines
63 B
Python

class AutoCloseable:
def close(self) -> None:
pass