const BaseService = require('./baseservice'); class Present extends BaseService { async init() { } } module.exports = Present;