"use strict"; /* * Implements Gatherer * * Stores necessary information including: * - user data * - voting preferences * - leader status * */ function Gatherer () { } module.exports = Gatherer;