4 lines
94 B
Python
4 lines
94 B
Python
from src.mail.mail_confirmation import read_mails
|
|
|
|
if __name__ == '__main__':
|
|
read_mails() |