Change Directory Layout

This commit is contained in:
kokarare1212
2021-03-04 09:30:54 +09:00
parent a0c9488aac
commit ee2a864330
17 changed files with 0 additions and 98 deletions

View File

@@ -1,7 +0,0 @@
from __future__ import annotations
from librespot.standard import Closeable
class PlayerSession(Closeable):
class Listener:
pass

View File

@@ -1 +0,0 @@
from librespot.player.playback.PlayerSession import PlayerSession