mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-07-31 02:39:21 +00:00
- Replace Python 3.10+ type hint syntax (`int | None`) with `Union[int, None]`. - Add explicit `byteorder='big'` argument to all `int.from_bytes()` calls.