Bug fix in __init__.py

This commit is contained in:
2026-02-28 02:27:08 +01:00
parent af849351b4
commit 8cf8934828
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -31,5 +31,8 @@ A segment.
For more details, see the function and method docstrings.
## Changelog
### Version 0.1.1
- Bug fix: `__init__.py` tried to import from `_core` instead of `._core`.
### Version 0.1.0
- First release