Coverage for nexusLIMS/tui/apps/instruments/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.11.3, created at 2026-03-24 05:23 +0000
« prev ^ index » next coverage.py v7.11.3, created at 2026-03-24 05:23 +0000
1"""Instrument database management TUI application."""
3from nexusLIMS.tui.apps.instruments.app import InstrumentManagerApp
5__all__ = ["InstrumentManagerApp"]