Organise 'tools' modules into a subpackage
This commit is contained in:
parent
35703de261
commit
2def2aece5
6 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ from typing import TypedDict
|
|||
|
||||
from yarl import URL
|
||||
|
||||
from ..async_tools import run_background_task
|
||||
from ..cache import Cache, make_cache
|
||||
from ..tools.asyncio import run_background_task
|
||||
from .types import CurrentSongResponse, MpdStateHandler
|
||||
|
||||
CACHE_TTL = 60 * 60 # seconds = 1 hour
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue