librespot-python/librespot/standard/Flushable.py

4 lines
59 B
Python
Raw Normal View History

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