module Anchor

def config

def config
  @config ||= Anchor::Config.new
end

def configure

def configure
  yield(config)
end