#include "general.h"

//使用默认的函数处理
static const abstract_item_t item _init = {
    .name = "general",
    .alias = ""
};


// MODULE_DECLARE(item);
