mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-24 05:11:22 +00:00
13 lines
No EOL
142 B
JavaScript
13 lines
No EOL
142 B
JavaScript
"use strict";
|
|
|
|
/*
|
|
* Implements Server
|
|
*
|
|
* Will eventually pull servers off ENSL API
|
|
*/
|
|
|
|
function Server () {
|
|
|
|
}
|
|
|
|
module.exports = Server; |