mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
7 lines
135 B
Python
7 lines
135 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
_base_ = './base.py'
|
|
item1 = [2, 3]
|
|
item2 = {'a': 1}
|
|
item3 = False
|
|
item4 = 'test_base'
|