1
0
Files
h8-536-decoder/h8536_table_xrefs.py
2026-05-25 17:32:00 +10:00

6 lines
93 B
Python

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