5 lines
138 B
Python
5 lines
138 B
Python
from get_yesterdays import get_yesterdays_transactions
|
|
from send_summary import send_summary
|
|
|
|
|
|
send_summary(get_yesterdays_transactions()) |