bundlewrap/bundles/flask/files/flask.cfg
2021-11-17 01:13:01 +01:00

10 lines
173 B
INI

<%
from json import dumps
from bundlewrap.metadata import MetadataJSONEncoder
%>
${dumps(
json_config,
cls=MetadataJSONEncoder,
indent=4,
sort_keys=True,
)}