6 lines
52 B
JavaScript
Raw Normal View History

2017-03-30 02:50:05 +09:00
let Core = function() {};
module.exports = Core;