mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-07-02 22:10:13 +00:00
Switch the brittle hand-maintained `from codec import <symbol-list>` to a plain `import`, so adding a codec helper no longer means editing the list. Use `except ProtobufError` because codec re-exports its own ProtobufError, which would otherwise clash with our app-layer ./types/protobuf_error one. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>