We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b103d commit 9a29d6dCopy full SHA for 9a29d6d
src/otpauth/__init__.py
@@ -1,12 +1,12 @@
1
-from ._rfc4226 import HOTP
2
-from ._rfc4226 import generate_hotp
3
-from ._rfc6238 import TOTP
4
-from ._rfc6238 import generate_totp
5
-from .core import SupportedAlgorithms
+from ._rfc4226 import HOTP as HOTP
+from ._rfc4226 import generate_hotp as generate_hotp
+from ._rfc6238 import TOTP as TOTP
+from ._rfc6238 import generate_totp as generate_totp
+from .core import SupportedAlgorithms as SupportedAlgorithms
6
7
__author__ = "Hsiaoming Yang <[email protected]>"
8
__homepage__ = "https://otp.authlib.org/"
9
-__version__ = "2.1.1"
+__version__ = "2.2.0"
10
11
__all__ = [
12
"SupportedAlgorithms",
0 commit comments