Change Directory
This commit is contained in:
10
librespot/audio/format/AudioQualityPicker.py
Normal file
10
librespot/audio/format/AudioQualityPicker.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import annotations
|
||||
import typing
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from librespot.proto import Metadata
|
||||
|
||||
|
||||
class AudioQualityPicker:
|
||||
def get_file(self, files: list[Metadata.AudioFile]) -> Metadata.AudioFile:
|
||||
pass
|
||||
Reference in New Issue
Block a user