module Leaguer module Scoring class ScoringAlgorithm def self.score(match, interface) end end end end