mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
4 lines
77 B
Python
4 lines
77 B
Python
|
test_int = 1
|
||
|
test_list = [1, 2, 3]
|
||
|
test_dict = dict(key1='value1', key2=0.1)
|