__init__.py 156 B

12345678
  1. import warnings
  2. warnings.warn(
  3. "lib2to3 package is deprecated and may not be able to parse Python 3.10+",
  4. DeprecationWarning,
  5. stacklevel=2,
  6. )