mega-commit

This commit is contained in:
2017-05-24 12:14:58 -04:00
parent 4617d2d9ba
commit fe4fcc4919
10 changed files with 376 additions and 76 deletions

5
run.py Normal file
View File

@@ -0,0 +1,5 @@
from get_yesterdays import get_yesterdays_transactions
from send_summary import send_summary
send_summary(get_yesterdays_transactions())