smscast/testclient.py

6 lines
103 B
Python

from mocksmscast import LibSMSCast
client = LibSMSCast()
client.send(['test number'], "hello world")