2025-01-05 23:14:52 +08:00

6 lines
99 B
JavaScript

const operation = require("./operation");
module.exports = {
operation: operation.operation,
};