import { Application } from './Application'

const application = new Application()
export {
  Application,
  application
}
