"""Service utilities for the admin backend."""

from .metrics import metrics_collector

__all__ = ["metrics_collector"]
