6 lines
103 B
Python
6 lines
103 B
Python
from h8536.emulator.bench_replay import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|