from __future__ import annotations (#4763)
* from __future__ import annotations
* updating DIRECTORY.md
* from __future__ import annotations
* from __future__ import annotations
* Update xor_cipher.py
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -14,6 +14,7 @@ Module includes:
|
||||
|
||||
Created by TrapinchO
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
RotorPositionT = tuple[int, int, int]
|
||||
RotorSelectionT = tuple[str, str, str]
|
||||
|
||||
Reference in New Issue
Block a user