lib/git/repository.rb



# frozen_string_literal: true

module Git

  class Repository < Path
  end

end