import EntryManager from "/scripts/GUI/entrypoints/manager.js" export default class BackgroundCheck { static init() { new EntryManager(); }; };