librespot-python/librespot/core/PacketsReceiver.py

7 lines
121 B
Python

from librespot.crypto.Packet import Packet
class PacketsReceiver:
def dispatch(self, packet: Packet):
pass