lil-bits/sms/list_sms

5 lines
84 B
Python

#!/usr/bin/env python3
from sms import get_sms
for sms in get_sms():
print(sms)