Change Directory
This commit is contained in:
12
librespot/audio/storage/AudioFileStreaming.py
Normal file
12
librespot/audio/storage/AudioFileStreaming.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from __future__ import annotations
|
||||
import typing
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from librespot.core.Session import Session
|
||||
|
||||
|
||||
class AudioFileStreaming:
|
||||
cache_handler = None
|
||||
|
||||
def __init__(self, session: Session):
|
||||
pass
|
||||
Reference in New Issue
Block a user