2026-06-18 22:25:42 +02:00

9 lines
297 B
Python

"""Userspace half of the Commodore IEC listener PoC.
The timing-critical IEC handshake runs in the kernel module under ``kernel/``;
this package decodes the tagged byte/record stream it produces and renders the
debug trace. See ``_plans/poc-listener-printer-PLAN.md``.
"""
__version__ = "0.1.0"