librespot-python/librespot/player/metrics/PlaybackMetrics.py
2021-03-08 12:18:47 +09:00

7 lines
117 B
Python

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