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