8 lines
143 B
Python
8 lines
143 B
Python
from __future__ import annotations
|
|
from librespot.standard import Closeable
|
|
|
|
|
|
class PlayerSession(Closeable):
|
|
class Listener:
|
|
pass
|