# Copyright (c) OpenMMLab. All rights reserved.
from .single_label import Accuracy, SingleLabelMetric
__all__ = ['Accuracy', 'SingleLabelMetric']