Initial import

This commit is contained in:
2021-03-02 18:57:41 -06:00
commit be1f615858
23 changed files with 1092 additions and 0 deletions

3
src/http/Controller.ts Normal file
View File

@@ -0,0 +1,3 @@
import {AppClass} from "../lifecycle/AppClass";
export class Controller extends AppClass {}