+ Some more work

This commit is contained in:
Daniel Legt 2021-08-21 15:46:30 +03:00
parent 80beb070f1
commit 36b1e37370
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
// Import SystemControl
import { SystemControl } from "./models/SystemController";
// Global system control singleton
(global as any).logger = new SystemControl();
/**
@ -8,6 +9,5 @@ import { SystemControl } from "./models/SystemController";
*/
async function main() {
}