"""Dashboard API module.""" from app.api.dashboard.router import router __all__ = ["router"]