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