# coding=utf-8
import httpConn

from wxSend import WX

a = "feawfewafwafawfwe'667'4fw"
a=a.replace('\'', '\\\'')
print(a)

WX.send('FEWA', '33333')