feat: support plugins

This commit is contained in:
lanvent
2023-03-12 11:53:06 +08:00
parent 9e07703eb1
commit 0fcf0824dc
8 changed files with 220 additions and 50 deletions

3
plugins/plugin.py Normal file
View File

@@ -0,0 +1,3 @@
class Plugin:
def __init__(self):
self.handlers = {}