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