6 lines
65 B
JavaScript
Raw Normal View History

2019-04-05 16:11:09 +02:00
module.exports = () => {
return {
2019-08-14 14:15:45 +02:00
initialize() {},
2019-04-05 16:11:09 +02:00
};
};