đĨ THE DON FAY SHELL đĨ
Linux web.getstreamhosting.com 4.18.0-553.123.2.el8_10.x86_64 #1 SMP Thu May 7 15:28:41 EDT 2026 x86_64 | PHP: 8.4.22 | IP: 216.73.216.6
đ FILES
đģ CONSOLE
đ PHP
âšī¸ INFO
âī¸ Editing: chardetect
#!/usr/libexec/platform-python # EASY-INSTALL-ENTRY-SCRIPT: 'chardet==3.0.4','console_scripts','chardetect' __requires__ = 'chardet==3.0.4' import re import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit( load_entry_point('chardet==3.0.4', 'console_scripts', 'chardetect')() )
đ Cancel