File size: 183 Bytes
476ac07
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# Copyright (c) OpenMMLab. All rights reserved.
from mmengine.registry import Registry

__all__ = ['BUILDER', 'MAP_FUNC']

BUILDER = Registry('builder')
MAP_FUNC = Registry('map_fn')