7 lines
85 B
Python
7 lines
85 B
Python
"""
|
|
Python polyfills for functools
|
|
"""
|
|
|
|
|
|
__all__ = [] # type: ignore[var-annotated]
|