__init__.pyc
1 o 2 4�Hc1 � @ s@ d Z ddlZddlZejdej�d�� ZdZe�eed� dS )z�distutils 3 4 The main package for the Python Module Distribution Utilities. Normally 5 used from a setup script as 6 7 from distutils.core import setup 8 9 setup (...) 10 � N� z�The 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__�_DEPRECATION_MESSAGE�warn�DeprecationWarning� r r �zC:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2800.0_x64__qbz5n2kfra8p0\lib\distutils\__init__.py�<module> s 11 �