1
0
Files
h8-536-decoder/h8536_ccu_seed_hints.py
2026-05-26 11:07:36 +10:00

9 lines
184 B
Python

#!/usr/bin/env python3
"""Compatibility wrapper for the H8/536 CCU seed-hint miner."""
from h8536.ccu_seed_hints import main
if __name__ == "__main__":
raise SystemExit(main())