diff --git a/ciphers/a1z26.py b/ciphers/a1z26.py index 425b489ff..3a575e7f8 100644 --- a/ciphers/a1z26.py +++ b/ciphers/a1z26.py @@ -10,6 +10,7 @@ from __future__ import annotations ALPHABET_OFFSET = 96 + def encode(plain: str) -> list[int]: """ >>> encode("myname")