[bfdf16]: / Body / AAUHuman / BuildTools / bm_constants.py.jinja

Download this file

12 lines (8 with data), 246 Bytes

## Do not edit this file. It is generated automatically 
##   by body/AAUHuman/BuildTools/anyxdefs.bat

# Mapping BM Contatnts to values
{
{%- for name, obj in data.constants.items() %}
'{{name}}': '{{obj.default}}',
{%- endfor %}
}