librespot-python/librespot/player/metrics/PlaybackMetrics.py

7 lines
117 B
Python

from __future__ import annotations
import logging
class PlaybackMetrics:
_LOGGER = logging.getLogger(__name__)