librespot-python/librespot/standard/AutoCloseable.py

4 lines
63 B
Python
Raw Normal View History

2021-02-24 00:46:59 +01:00
class AutoCloseable:
def close(self) -> None:
pass