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