Think facter but simpler ``` python FactReq(name="buildnumber", finder=lamda : int(time.time())) And then retrive via FactGet(name="name") which will either get the required value or call the function required to get it. ```