module Pangea::Processor

def config

def config
  @config ||= Pangea::Utils.symbolize(
    Pangea::Config.config
  )
end