1 2 3 4 5
"""Portability helpers.""" from functools import cache, cached_property __all__ = ["cache", "cached_property"]