⚠️ We moved a lot of model like classes to a central location: `ahbicht.models`.
This will like require you to update import paths. Simply search and replace according to the below release notes:
What's Changed
* Move `ContentEvaluationResult` from `ahbicht.content_evaluation` to `ahbicht.models` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/487
* Move `CategorizedKeyExtract` from `ahbicht.content_evaluation` to `ahbicht.models` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/489
* Move `ahbicht.expressions.condition_nodes` to `ahbicht.models.condition_nodes` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/490
* Move `ahbicht.expressions.enums` to `ahbicht.models.enums` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/491
* Move `ahbicht.validation.validation_results` to `ahbicht.models.validation_results` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/492
* Move `ahbicht.validation.validation_values` to `ahbicht.models.validation_values` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/493
* Move `ConditionNodeType` from `ahbicht.condition_node_distinction` to `ahbicht.models.condition_node_type` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/494
* Move `ahbicht.evaluation_results` to `ahbicht.models.evaluation_results` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/495
* Move `ahbicht.mapping_results` to `ahbicht.models.mapping_results` and `parse_repeatability()` from `ahbicht.mapping_results` to `ahbicht.utility_functions` by hf-kklein in https://github.com/Hochfrequenz/ahbicht/pull/496
**Full Changelog**: https://github.com/Hochfrequenz/ahbicht/compare/v0.9.3...v0.10.0