## 安装

```js
npm i luxuebag
```

## 使用

```js
const obj = require('luxuebag');

//获取当前系统时间的方法
obj.aa(); 
//输出bbbb的方法
obj.bb();
```
