module Pairing
	class PairingAlgorithm
		def self.pair(matches, players)
		end
	end
end