import代码未换行,class代码没换行
# -*- coding: utf-8 -*-# filename: reply.pyimport timeclass Msg(object):
def __init__(self):
pass
def send(self):
return "success"class TextMsg(Msg):
def __init__(self, toUserName, fromUserName,