1
0

otehr lamps

This commit is contained in:
Aiden
2026-05-26 18:25:03 +10:00
parent 566b4ab108
commit c007f2180c
11 changed files with 1376 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""Compatibility wrapper for the H8/536 report-queue emulator probe."""
from h8536.emulator.report_queue_probe import main
if __name__ == "__main__":
raise SystemExit(main())