J. Nick Koston f4fe234279
Bump annotatedyaml to 0.4.4 (#140861)
* Bump annotatedyaml to 0.4.2

changelog: https://github.com/home-assistant-libs/annotatedyaml/compare/v0.2.0...v0.4.2

~10-11% performance improvement

* tweak imports

* bump to .3 to make pylint happy

* bump again for fixes

---------

Co-authored-by: Shay Levy <levyshay1@gmail.com>
2025-03-18 22:26:23 -10:00

8 lines
216 B
Python

"""Custom yaml object types."""
from __future__ import annotations
from annotatedyaml import Input, NodeDictClass, NodeListClass, NodeStrClass
__all__ = ["Input", "NodeDictClass", "NodeListClass", "NodeStrClass"]