1 2 3 4 5 6 7 8 9
""" Hyprstream Python client library for interacting with the Hyprstream metrics service. """ from .client import MetricsClient from .types import MetricRecord __version__ = "0.1.0" __all__ = ["MetricsClient", "MetricRecord"]