Files
usestrix__strix/strix/runtime/status.py
2026-08-02 07:45:10 -07:00

9 lines
142 B
Python

"""Startup phase reporting."""
from __future__ import annotations
from collections.abc import Callable
StatusSink = Callable[[str], None]