Change Directory
This commit is contained in:
6
librespot/core/PacketsReceiver.py
Normal file
6
librespot/core/PacketsReceiver.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from librespot.crypto.Packet import Packet
|
||||
|
||||
|
||||
class PacketsReceiver:
|
||||
def dispatch(self, packet: Packet):
|
||||
pass
|
||||
Reference in New Issue
Block a user