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

7 lines
119 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):
pass