/**
 * Created by Julin on 2022/11/07.
 */
'use strict';

module.exports = function (dc) {
    require('./stats_process_nodes')(dc);
};