1
0
Files
h8-536-decoder/h8536_emulator_rx_probe.py
2026-05-25 21:25:10 +10:00

6 lines
99 B
Python

from h8536.emulator.rx_probe import main
if __name__ == "__main__":
raise SystemExit(main())