tplgen/nagios.py
2019-05-09 20:18:41 -07:00

5 lines
69 B
Python

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