diff options
Diffstat (limited to '')
-rw-r--r-- | src/ansible_compat/ports.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ansible_compat/ports.py b/src/ansible_compat/ports.py new file mode 100644 index 0000000..9c46ae6 --- /dev/null +++ b/src/ansible_compat/ports.py @@ -0,0 +1,4 @@ +"""Portability helpers.""" +from functools import cache, cached_property + +__all__ = ["cache", "cached_property"] |