mail-sync/driver.py

4 lines
121 B
Python

from proton import ProtonWebmail
from secrets import proton, gmail
ProtonWebmail(proton.username, proton.password).get()