mirror of
https://github.com/requarks/wiki.git
synced 2026-08-27 05:37:10 -05:00
10 lines
139 B
JavaScript
10 lines
139 B
JavaScript
// ------------------------------------
|
|
// Disk
|
|
// ------------------------------------
|
|
|
|
module.exports = {
|
|
init (logger, conf) {
|
|
|
|
}
|
|
}
|