From 2a6299c32e0baf3df06f8e6d6bc8695b951d630d Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 30 Mar 2020 21:57:53 +0200 Subject: Implement OTPState in the server module --- otp2289/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'otp2289/__init__.py') diff --git a/otp2289/__init__.py b/otp2289/__init__.py index 44c39bb..2fba4ea 100644 --- a/otp2289/__init__.py +++ b/otp2289/__init__.py @@ -29,6 +29,7 @@ from .generator import (OTP_ALGO_MD5, OTPChallengeException, OTPGenerator, OTPGeneratorException) +from .server import OTPInvalidResponse, OTPState, OTPStateException __author__ = 'Simeon Simeonov' @@ -50,4 +51,7 @@ __all__ = ['OTP_ALGO_MD5', 'OTP_ALGO_SHA1', 'OTPChallengeException', 'OTPGenerator', - 'OTPGeneratorException'] + 'OTPGeneratorException', + 'OTPInvalidResponse', + 'OTPState', + 'OTPStateException'] -- cgit v1.3