ZTWHHH's picture
Add files using upload-large-folder tool
944f56a verified
"""Public API of the property caching library."""
from ._helpers import cached_property, under_cached_property
__all__ = (
"cached_property",
"under_cached_property",
)