mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-30 16:11:27 +00:00
17 lines
No EOL
208 B
JavaScript
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; |