Coverage for orchestr_ant_ion / pipeline / ui / __init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-19 08:36 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-03-19 08:36 +0000
1"""UI viewers for monitoring pipelines."""
3from __future__ import annotations
5from orchestr_ant_ion.pipeline.ui.dearpygui import DearPyGuiViewer
8__all__ = [
9 "DearPyGuiViewer",
10]