Zhyever
refactor
1f418ff
raw
history blame
128 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .registry import (MODELS, DATASETS)
__all__ = [
'MODELS', 'DATASETS'
]