⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
python3-colorama
/
examples
/
View File Name :
fixpath.py
# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. # Add demo dir's parent to sys path, so that 'import colorama' always finds # the local source in preference to any installed version of colorama. import sys from os.path import normpath, dirname, join local_colorama_module = normpath(join(dirname(__file__), '..')) sys.path.insert(0, local_colorama_module)