MinDalle_StableDiff/Python310/Lib/lib2to3/__init__.py

9 lines
163 B
Python
Raw Normal View History

2022-09-17 15:26:13 +03:00
import warnings
warnings.warn(
"lib2to3 package is deprecated and may not be able to parse Python 3.10+",
PendingDeprecationWarning,
stacklevel=2,
)