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

8 lines
172 B
Python

from __future__ import annotations
from librespot.mercury import MercuryClient
class SubListener:
def event(self, resp: MercuryClient.Response) -> None:
pass