7 lines
121 B
Python
7 lines
121 B
Python
from librespot.crypto.Packet import Packet
|
|
|
|
|
|
class PacketsReceiver:
|
|
def dispatch(self, packet: Packet):
|
|
pass
|