1
0
Files
h8-536-decoder/h8536_emulator_report_queue_probe.py
2026-05-26 18:25:03 +10:00

9 lines
205 B
Python

#!/usr/bin/env python3
"""Compatibility wrapper for the H8/536 report-queue emulator probe."""
from h8536.emulator.report_queue_probe import main
if __name__ == "__main__":
raise SystemExit(main())