public PasswordAuthentication(userName as String, password as String = ""):
import klyn.mails auth = PasswordAuthentication("user", "secret") print(auth.password != "")