spee.ch/speech.js

8 lines
95 B
JavaScript
Raw Normal View History

2018-03-29 21:21:23 +02:00
const Server = require('./server');
const exports = {
2018-03-29 21:21:23 +02:00
Server,
};
module.exports = exports;