"""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)