Linux server322.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
Server IP : 198.54.115.172 & Your IP : 216.73.216.179
Domains :
Cant Read [ /etc/named.conf ]
User : fourgwnl
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python313 /
lib64 /
python3.13 /
tomllib /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-07-22 09:03
__init__.py
308
B
-rw-r--r--
2025-06-23 14:28
_parser.py
22.13
KB
-rw-r--r--
2025-06-23 14:28
_re.py
2.89
KB
-rw-r--r--
2025-06-23 14:28
_types.py
254
B
-rw-r--r--
2025-06-23 14:28
mypy.ini
451
B
-rw-r--r--
2025-06-11 15:36
Save
Rename
# Config file for running mypy on tomllib. # Run mypy by invoking `mypy --config-file Lib/tomllib/mypy.ini` # on the command-line from the repo root [mypy] files = Lib/tomllib mypy_path = $MYPY_CONFIG_FILE_DIR/../../Misc/mypy explicit_package_bases = True python_version = 3.12 pretty = True # Enable most stricter settings enable_error_code = ignore-without-code strict = True strict_bytes = True local_partial_types = True warn_unreachable = True