import * as app from "./lib/Application";
import * as ctrl from "./lib/Controller";

export const Application = app.Application;
export const Controller = ctrl.Controller;