"use strict"; const LocalRadioPlayer = require('../LocalRadioPlayer'); function createRadio() { return new LocalRadioPlayer(); } module.exports = createRadio;