def main(): out = template.renderTemplates('satb', context) template.write(out, context)
def main(): out = template.renderTemplates('byzantine', context) template.write(out, context)