class Lookbook::ConfigStore

def initialize(config = nil)

def initialize(config = nil)
  @store = Store.new(config, recursive: true)
end