Add files via upload

This commit is contained in:
pliny
2026-03-04 13:09:57 -08:00
committed by GitHub
parent 904092fcdb
commit 8312bbfa8d
4 changed files with 17 additions and 18 deletions
+9 -7
View File
@@ -10,13 +10,15 @@ from rich.console import Console
console = Console()
_BANNER = r"""[bold red]
██████ ██████ ██ ██ ████████ ███████ ██████ █████ ████████ ██ ██ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ █
██ ██ ██████ ██ ██ ██ █████ ██████ ███████ ██ ██ ██ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ █
██████ ██████ ███████ ██ ██ ███████ ██ ██ ██ ██ ██ ██████ ███████
[/bold red][dim] Break the chains. Free the mind. Keep the brain.[/dim]
_BANNER = r"""
[bold red]
░▒█▀▀▀█ ░▒█▀▀▄ ░▒█░░░ ▀█▀ ▀▀█▀▀ ░▒█▀▀▀ ░▒█▀▀█ ▒█▀▀█ ▀▀█▀▀ ░▒█░░▒█ ░▒█▀▀▀
░▒█░░▒█ ░▒█▀▀▄ ░▒█░░░ ░█░ ░░█░░ ░▒█▀▀▀ ░▒█▄▄▀ ▒█▄▄█ ░░█░░ ░▒█░░▒█ ░░▀▀▀▄▄
░▒█▄▄▄█ ░▒█▄▄▀ ░▒█▄▄█ ▄█▄ ░░▀░░ ░▒█▄▄▄ ░▒█░▒█ ▒█░▒█ ░░▀░░ ░░▒█▄▄█ ░▒█▄▄▄
[/bold red]
[dim] ════════════════════════════════════════════════════════════════════[/dim]
[bold white] MASTER ABLATION SUITE[/bold white] [dim]//[/dim] [bold red]Break the chains. Free the mind.[/bold red]
[dim] ════════════════════════════════════════════════════════════════════[/dim]
"""