ensl_gathers/lib/gather/gatherer.js

17 lines
208 B
JavaScript
Raw Normal View History

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