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

6 lines
93 B
Python

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