add mail_manager.py

This commit is contained in:
2022-08-04 12:11:28 +02:00
parent 644cd7fad9
commit d707bd56e0
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
from src.mail.mail_reader import read_mails
if __name__ == '__main__':
read_mails()