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

8 lines
143 B
Python

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