Add Streamlit dashboard skeleton
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user