This repository has been archived on 2024-01-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
DataHoard/src/app.ts
kato 0f4c72a32f + System Controller
+ Mail MOdel
+ Config Updates
2021-08-21 02:26:59 +03:00

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() {
}