UNPKG

152 BJavaScriptView Raw
1module.exports = class documentationBundle extends nodefony.Bundle {
2 constructor(name, kernel, container) {
3 super(name, kernel, container);
4 }
5};
\No newline at end of file