librespot-python/librespot/standard/Flushable.py

4 lines
59 B
Python

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