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