5 lines
147 B
Python
5 lines
147 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from .single_label import Accuracy, SingleLabelMetric
|
||
|
|
||
|
__all__ = ['Accuracy', 'SingleLabelMetric']
|