configfile: "config.yaml"

rule a:
    output:
        "test.out"
    shell:
        "echo {config[test]} > {output}"
