/**
 * This code is distributed under the CC-BY-NC 4.0 license:
 * https://creativecommons.org/licenses/by-nc/4.0/
 *
 * Original author: Luuxis
 */
import AZauth from './Authenticator/AZauth.js';
import Launch from './Launch.js';
import Microsoft from './Authenticator/Microsoft.js';
import * as Mojang from './Authenticator/Mojang.js';
import Status from './StatusServer/status.js';
export { AZauth as AZauth, Launch as Launch, Microsoft as Microsoft, Mojang as Mojang, Status as Status };
