smscast/testclient.py

6 lines
103 B
Python
Raw Permalink Normal View History

2014-05-13 22:22:00 -07:00
from mocksmscast import LibSMSCast
client = LibSMSCast()
client.send(['test number'], "hello world")