mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
5 lines
60 B
Python
5 lines
60 B
Python
|
item1 = [1, 2]
|
||
|
item2 = {'a': 0}
|
||
|
item3 = True
|
||
|
item4 = 'test'
|