import { SystemControl } from "./models/SystemController"; (global as any).logger = new SystemControl(); /** * The main function to run the program with */ async function main() { }