tplgen/nagios.py

5 lines
69 B
Python

def render(data):
yield ("f1", "foo1")
yield ("f2", "foo2")