Skip to content

Commit da60148

Browse files
authored
from __future__ import annotations
1 parent cecf43d commit da60148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ciphers/a1z26.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
https://www.dcode.fr/letter-number-cipher
66
http://bestcodes.weebly.com/a1z26.html
77
"""
8+
from __future__ import annotations
89

910

1011
def encode(plain: str) -> list[int]:

0 commit comments

Comments
 (0)