mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 01:44:36 +08:00
6 lines
63 B
JavaScript
6 lines
63 B
JavaScript
const exec = require("./exec");
|
|
|
|
module.exports = {
|
|
exec,
|
|
};
|