Source code for harp_apps.metrics.settings

from harp.config import Configurable


[docs] class MetricsSettings(Configurable): pass