"""Streamlit dashboard for real-time monitoring. Provides visualisation of instrument status, test progress, and historical results. """ from py_dvt_ate.app.dashboard.app import main __all__ = ["main"]