librespot-python/librespot/player/playback/PlayerSession.py

8 lines
143 B
Python
Raw Normal View History

2021-02-24 00:46:59 +01:00
from __future__ import annotations
from librespot.standard import Closeable
class PlayerSession(Closeable):
2021-02-25 00:07:17 +01:00
class Listener:
pass