I’d be a fan of `from pants.engine.config import S...
# development
r
I’d be a fan of
from pants.engine.config import Singleton, Directive, Inputs, produces
->
Singleton(AddressMapper, address_mapper)
/
Directive(x, y, z)
/
@produces(Product, Inputs(SelectBlah(), SelectBlah()))