Change Directory Layouts
This commit is contained in:
7
librespot/player/playback/PlayerSession.py
Normal file
7
librespot/player/playback/PlayerSession.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
from librespot.standard import Closeable
|
||||
|
||||
|
||||
class PlayerSession(Closeable):
|
||||
class Listener:
|
||||
pass
|
||||
1
librespot/player/playback/__init__.py
Normal file
1
librespot/player/playback/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from librespot.player.playback.PlayerSession import PlayerSession
|
||||
Reference in New Issue
Block a user