r3-v2/dist/r3-node/index.js

7 lines
107 B
JavaScript
Raw Normal View History

const R3 = require('./r3.js');
R3.System.Linking.start();
2020-04-23 15:26:54 +02:00
R3.System.Socket.start();
module.exports = R3;