0
0
Fork 0
mirror of https://github.com/ENSL/ensl_gathers.git synced 2025-03-11 03:30:58 +00:00
ensl_gathers/lib/gather/server.js

13 lines
142 B
JavaScript
Raw Normal View History

"use strict";
/*
* Implements Server
*
* Will eventually pull servers off ENSL API
*/
function Server () {
}
module.exports = Server;