const express = require("express");
const Application = express();
Application.listen(3307);
exports.Application = Application;