rule all:
    input: "pythonTest"

rule testIssue916:
    output: "pythonTest"
    script: "pythonTest.py"
