mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-14 08:53:03 -06:00
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
'use strict';
|
|
|
|
const config = require('./config');
|
|
|
|
module.exports = config;
|