This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
|
|
|
import { SystemControl } from "./models/SystemController";
|
|
|
|
(global as any).logger = new SystemControl();
|
|
|
|
/**
|
|
* The main function to run the program with
|
|
*/
|
|
async function main() {
|
|
|
|
|
|
|
|
} |