librespot-python/librespot/mercury/SubListener.py

8 lines
172 B
Python

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