Ejemplo n.º 1
0
def send(mobile, password, to, message):
    with Fetion(mobile, password) as x:
        x.send(to, message)
Ejemplo n.º 2
0
def send2self(mobile, password, message):
    with Fetion(mobile, password) as x:
        x.send2self(message)