Replaced encode and decode with excode.

Replaced encode and decode with a single function, excode, that accepts
a parameter for encode/decode and handles both actions.
This commit is contained in:
Kenn Kitchen
2025-10-27 09:03:24 -04:00
parent bc49b72c9e
commit a30e010c5c
4 changed files with 27 additions and 21 deletions

8
uv.lock generated Normal file
View File

@@ -0,0 +1,8 @@
version = 1
revision = 3
requires-python = ">=3.13"
[[package]]
name = "enigmamachine"
version = "0.1.0"
source = { virtual = "." }