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

7 lines
121 B
Python

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