| 1 | from dash import Dash, Input, Output, html, set_props |
| 2 | from tests.background_callback.utils import get_background_callback_manager |
| 3 | |
| 4 | background_callback_manager = get_background_callback_manager() |
nothing calls this directly
no test coverage detected