Files
librespot-python/librespot/player/metrics/PlaybackMetrics.py
2021-02-25 08:07:17 +09:00

7 lines
117 B
Python

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