mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-02 09:38:43 +08:00
4 lines
65 B
Python
4 lines
65 B
Python
class Plugin:
|
|
def __init__(self):
|
|
self.handlers = {}
|