5 lines
110 B
Python
5 lines
110 B
Python
#!/usr/bin/env python
|
|
# coding: utf-8
|
|
|
|
from wechat_msg_processor import WeChatMsgProcessor
|
|
from bot import Bot |