"""YAML initialisation module.""" from ruamel.yaml import YAML yaml = YAML() yaml.explicit_start = True