Download this file

index.coffee    9 lines (5 with data), 140 Bytes

1
2
3
4
5
6
7
8
Broker = require './broker'
Cfe = require './cfe'
slaputils = require 'slaputils'
slaputils.setLogger [Cfe, Broker]
module.exports = Cfe