UNPKG

tournament-pairings

Version:
4 lines (3 loc) 99 B
import { Match } from './Match.js'; import { Player } from './Swiss.js'; export { Match, Player };