MCPcopy
hub / github.com/HunxByts/GhostTrack / option

Function option

GhostTR.py:259–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257
258
259def option():
260 # BANNER TOOLS
261 clear()
262 stderr.writelines(f"""
263 ________ __ ______ __
264 / ____/ /_ ____ _____/ /_ /_ __/________ ______/ /__
265 / / __/ __ \/ __ \/ ___/ __/_____/ / / ___/ __ `/ ___/ //_/
266 / /_/ / / / / /_/ (__ ) /_/_____/ / / / / /_/ / /__/ ,<
267 \____/_/ /_/\____/____/\__/ /_/ /_/ \__,_/\___/_/|_|
268
269 {Wh}[ + ] C O D E B Y H U N X [ + ]
270 """)
271
272 stderr.writelines(f"\n\n\n{option_text()}")
273
274
275def run_banner():

Callers 1

mainFunction · 0.85

Calls 2

clearFunction · 0.85
option_textFunction · 0.85

Tested by

no test coverage detected