index.js 80 B

12345678
  1. 'use strict';
  2. const Ven = require('./ven');
  3. module.exports = {
  4. Ven: Ven,
  5. };