Files

4 lines
75 B
JavaScript
Raw Permalink Normal View History

2025-08-11 11:06:07 +08:00
var Document = require('./document.js');
module.exports = new Document();