()
| 257 | |
| 258 | |
| 259 | def 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 | |
| 275 | def run_banner(): |
no test coverage detected