/
/
/
1"""
2MusicAssistant DashboardController.
3
4Provides the core-level API for casting Music Assistant dashboards (e.g. Party
5mode, Now Playing) to display devices, delegating the actual casting transport
6to whichever player provider owns the display device.
7"""
8
9from __future__ import annotations
10
11from .controller import DashboardController
12
13__all__ = ["DashboardController"]
14