Files
librespot-python/librespot/player/playback/PlayerSession.py
2021-02-25 08:07:17 +09:00

8 lines
143 B
Python

from __future__ import annotations
from librespot.standard import Closeable
class PlayerSession(Closeable):
class Listener:
pass