summaryrefslogtreecommitdiffstats
path: root/src/ansible_compat/ports.py
blob: 9c46ae6b8be13e135af55b89bbe83b407d7d5597 (plain)
1
2
3
4
"""Portability helpers."""
from functools import cache, cached_property

__all__ = ["cache", "cached_property"]