mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
5 lines
121 B
Python
5 lines
121 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
_base_ = './base.py'
|
||
|
item1 = {'a': 0, '_delete_': True}
|
||
|
item2 = {'b': 0}
|