summaryrefslogtreecommitdiffstats
path: root/src/ansible_compat/ports.py
blob: bdb9db5885909d27a7d37215674e82c15c3309fc (plain)
1
2
3
4
5
"""Portability helpers."""

from functools import cache, cached_property

__all__ = ["cache", "cached_property"]