1
0
Files
h8-536-decoder/h8536_rx_branch_trace.py
2026-05-26 10:48:39 +10:00

9 lines
190 B
Python

#!/usr/bin/env python3
"""Compatibility wrapper for the H8/536 SCI1 RX branch trace CLI."""
from h8536.rx_branch_trace import main
if __name__ == "__main__":
raise SystemExit(main())