/* This is the parent class library for the RPC controller. */ class JSONRPC { constructor (localConfig) { console.log('instantiating JSONRPC') } } module.exports = JSONRPC