1
0
Files
h8-536-decoder/h8536_emulator_rx_divergence.py
2026-05-26 12:33:51 +10:00

6 lines
104 B
Python

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