ensl_gathers/lib/gather/gatherer.js
2015-07-22 17:28:15 +01:00

17 lines
No EOL
208 B
JavaScript

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