Organise 'tools' modules into a subpackage
This commit is contained in:
parent
35703de261
commit
2def2aece5
6 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ from MediaPlayer import (
|
|||
MPRemoteCommandHandlerStatusSuccess,
|
||||
)
|
||||
|
||||
from ..async_tools import run_background_task
|
||||
from ..player import Player
|
||||
from ..song import PlaybackState, Song
|
||||
from ..tools.asyncio import run_background_task
|
||||
from .persistent_id import song_to_persistent_id
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue