def totp()

in otp.py [0:0]


  def totp(password):
    t = pyotp.TOTP(password)
    return t.now()