mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
6 lines
108 B
Python
6 lines
108 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
item1 = [1, 2]
|
||
|
item2 = {'a': 0}
|
||
|
item3 = True
|
||
|
item4 = 'test'
|