class Lookbook::InputStore

def add_input(input, *args)

def add_input(input, *args)
  store[normalize_name(input)] = build_config(input, *args)
end