lenticular_cloud2/specs/api_template/property_templates/int_property.py.jinja

4 lines
113 B
Plaintext
Raw Normal View History

{% macro transform_header(property, source, destination) %}
{{ destination }} = str({{ source }})
{% endmacro %}