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

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "enigmamachine"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []