pyyamlのオプション
code:python
yaml.dump(
obj,
default_flow_style=False,
allow_unicode=True,
stream=f)
#python
#YAML