Files

7 lines
85 B
Python
Raw Permalink Normal View History

2026-03-15 13:27:50 +00:00
"""
Python polyfills for functools
"""
__all__ = [] # type: ignore[var-annotated]