Files
librespot-python/librespot/standard/AutoCloseable.py
2021-02-25 08:07:17 +09:00

4 lines
63 B
Python

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