class Kitsune::Kit::Commands::Init

def blueprint_path(relative_path)

def blueprint_path(relative_path)
  File.expand_path("../../blueprints/#{relative_path}", __dir__)
end