Coverage for src/workstack/status/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.11.0, created at 2025-10-19 09:31 -0400
« prev ^ index » next coverage.py v7.11.0, created at 2025-10-19 09:31 -0400
1"""Status command implementation."""
3from workstack.status.orchestrator import StatusOrchestrator
5__all__ = ["StatusOrchestrator"]