mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
5 lines
135 B
Python
5 lines
135 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
item1 = '{{ $ITEM1: }}'
|
||
|
item2 = '{{ $ITEM2:default_value }}'
|
||
|
item3 = {{' $ITEM3:80 '}}
|