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

6 lines
103 B
Python

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