export default class User { constructor(server, username, password) { this.server = server; this.username = username; this.password = password; } }