mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-31 21:40:38 +00:00
13 lines
142 B
JavaScript
13 lines
142 B
JavaScript
|
"use strict";
|
||
|
|
||
|
/*
|
||
|
* Implements Server
|
||
|
*
|
||
|
* Will eventually pull servers off ENSL API
|
||
|
*/
|
||
|
|
||
|
function Server () {
|
||
|
|
||
|
}
|
||
|
|
||
|
module.exports = Server;
|