o
    b                     @   s@   d Z ddlZddlZejdejd ZdZeeed dS )zdistutils

The main package for the Python Module Distribution Utilities.  Normally
used from a setup script as

   from distutils.core import setup

   setup (...)
    N zThe distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives   )	__doc__syswarningsversionindex__version__Z_DEPRECATION_MESSAGEwarnDeprecationWarning r   r   e/home/ych/rk3568/buildroot/output/rockchip_rk3568/build/host-python3-3.10.5/Lib/distutils/__init__.py<module>   s    
