#
# Configuration class for provider.json
#

module LeapCli; module Config
  class Provider < Object
    def provider
      self
    end
  end
end; end