Add Streamlit dashboard skeleton

This commit is contained in:
2025-03-18 14:24:17 +00:00
parent 14858a087c
commit bb3129e69b
2 changed files with 32 additions and 0 deletions

View File

@@ -3,3 +3,7 @@
Provides visualisation of instrument status, test progress,
and historical results.
"""
from py_dvt_ate.app.dashboard.app import main
__all__ = ["main"]