8bitlenser/lenser/plus4/exporter.py
2026-07-03 19:35:35 -07:00

4 lines
194 B
Python

"""Plus/4 .prg export -- identical to the C16 (same TED, same BASIC 3.5)."""
from __future__ import annotations
from ..c16.exporter import export_prg # noqa: F401 (re-export)