1
0
Files
h8-536-decoder/h8536_panel_button_trace.py
2026-05-27 11:50:10 +10:00

9 lines
191 B
Python

#!/usr/bin/env python3
"""Compatibility wrapper for the H8/536 panel button trace CLI."""
from h8536.panel_button_trace import main
if __name__ == "__main__":
raise SystemExit(main())