UNPKG

tidal-cli-client

Version:

You can now use Tidal on linux. With your loved CLI. <3

7 lines (6 loc) 137 B
const Panel = require("./Panel"); module.exports = class extends Panel { constructor(parent, element) { super(parent, element); } };