xref: /aosp_15_r20/external/pytorch/torch/_dynamo/polyfills/functools.py (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1"""
2Python polyfills for functools
3"""
4
5
6__all__ = []  # type: ignore[var-annotated]
7