import { Service } from './src/service.class';
import { Application } from './src/app.class';

export {
  Service,
  Application
};
