UNPKG

anchundan

Version:
8 lines (6 loc) 101 B
class ACoreBase { constructor(app){ this.app = app; } } module.exports = ACoreBase;