module KPM

def root

def root
  @root ||= Pathname.new(File.expand_path('../', File.dirname(__FILE__)))
end

def ui

def ui
  @ui ||= Thor::Shell::Color.new
end