package documentation

Songs to play

From __init__.py:

Function get_random_song Pick random song from the selection
Constant SONGS Undocumented
Function __get_song Undocumented
def get_random_song() -> Path:

Pick random song from the selection

SONGS: list[str] =

Undocumented

Value
['local-forecast', 'lofi', 'overcast']
def __get_song(name: str) -> Path:

Undocumented