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

4 lines
59 B
Python

class Flushable:
def flush(self) -> None:
pass