缓存模块和采集模块

This commit is contained in:
2025-11-12 14:55:52 +00:00
commit 38e371fb1d
12 changed files with 260 additions and 0 deletions

View File

6
plugins/sender/sender.py Normal file
View File

@@ -0,0 +1,6 @@
from plugins import BaseModule
class sender(BaseModule):
def __init__(self, config):
super.__init__(config)
self.delect_queue = None