First public commit.
This commit is contained in:
parent
2a48f52979
commit
4bac9d83ed
288 changed files with 18417 additions and 1076 deletions
4
lenser/plus4/exporter.py
Normal file
4
lenser/plus4/exporter.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
"""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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue