1
0
Files
h8-536-decoder/h8536_eeprom_layout.py
2026-05-26 11:35:21 +10:00

9 lines
183 B
Python

#!/usr/bin/env python3
"""Compatibility wrapper for the H8/536 EEPROM layout miner."""
from h8536.eeprom_layout import main
if __name__ == "__main__":
raise SystemExit(main())