opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
prettytable
➕ New
📤 Upload
✎ Editing:
__init__.py
← Back
from __future__ import annotations from .prettytable import ( ALL, DEFAULT, DOUBLE_BORDER, FRAME, HEADER, MARKDOWN, MSWORD_FRIENDLY, NONE, ORGMODE, PLAIN_COLUMNS, RANDOM, SINGLE_BORDER, PrettyTable, TableHandler, from_csv, from_db_cursor, from_html, from_html_one, from_json, ) __all__ = [ "ALL", "DEFAULT", "DOUBLE_BORDER", "SINGLE_BORDER", "FRAME", "HEADER", "MARKDOWN", "MSWORD_FRIENDLY", "NONE", "ORGMODE", "PLAIN_COLUMNS", "RANDOM", "PrettyTable", "TableHandler", "from_csv", "from_db_cursor", "from_html", "from_html_one", "from_json", ] import importlib.metadata __version__ = importlib.metadata.version(__name__)
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel