1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-10 00:43:27 +02:00
uptime-kuma/server/plugin.js

14 lines
107 B
JavaScript
Raw Normal View History

class Plugin {
async load() {
}
async unload() {
}
}
module.exports = {
Plugin,
};