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'
|