✨ Features
- **io:** add new data loader plugin for DA30 + SES ([7a27a2f](https://github.com/kmnhan/erlabpy/commit/7a27a2f27d9658f1091aaa48bcc78dea562898d8))
🐞 Bug Fixes
- **io:** properly handle registry getattr ([499526f](https://github.com/kmnhan/erlabpy/commit/499526fc1705bfbfbf8d3b80d50d65450dec7eae))
This fixes an issue where _repr_html_ will fallback to __repr__.
Additionally, `get` will now raise a KeyError instead of a ValueError.