Files
librespot-python/librespot/player/playback/PlayerSession.py
2021-03-08 12:18:47 +09:00

8 lines
143 B
Python

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