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

7 lines
117 B
Python
Raw Normal View History

2021-02-25 00:07:17 +01:00
from __future__ import annotations
import logging
class PlaybackMetrics:
_LOGGER = logging.getLogger(__name__)