🐉 AGT-DragonShell v4.0

Advanced File Manager with WordPress Integration

Current path: usr/lib64/python3.6/site-packages/lxml/html/

⬆️ 🔙 Go Up: lxml

📄 Viewing: ElementSoup.py

__doc__ = """Legacy interface to the BeautifulSoup HTML parser.
"""

__all__ = ["parse", "convert_tree"]

from soupparser import convert_tree, parse as _parse

def parse(file, beautifulsoup=None, makeelement=None):
    root = _parse(file, beautifulsoup=beautifulsoup, makeelement=makeelement)
    return root.getroot()

📂 File Manager

📤 Upload File


📁 Create Folder


🐉 AGT-DragonShell • v4.0 • Advanced File Management System