File size: 149 Bytes
09a3fa9
 
 
 
1
2
3
4
5
# Copyright (c) OpenMMLab. All rights reserved.
from .config import Config, ConfigDict, DictAction

__all__ = ['Config', 'ConfigDict', 'DictAction']