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