librespot-python/src/librespot/core/PacketsReceiver.py

7 lines
121 B
Python
Raw Normal View History

2021-02-24 00:46:59 +01:00
from librespot.crypto.Packet import Packet
class PacketsReceiver:
def dispatch(self, packet: Packet):
pass