File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,10 +55,16 @@ def print_debug(text):
5555 printf (f"[{ BOLD } { YELLOW } ~{ RESET } ] { text } " )
5656
5757
58- BANNER = f """
58+ LOGO_SHAPE = r """
5959{BOLD}{RED} __ __ {RESET}__ _____ __ {BOLD}{RED}_________{RESET} __ __
60- { BOLD } { RED } / \ / \\ { RESET } __|/ ____\__| { BOLD } { RED } \ __ \ \{ RESET } _____ ______ __ ___/ |_| |__
61- { BOLD } { RED } \ \/\/ /{ RESET } \ __\| | ______ { BOLD } { RED } | | \ \\ { RESET } / ___ \ \ \ __ \ | | \ __| | \
62- { BOLD } { RED } \ /{ RESET } | || | | | /_____/ { BOLD } { RED } | |__/ /{ RESET } \ ___/| |__\ \| | /| | | Y \\
60+ {BOLD}{RED}/ \ / \{RESET}__|/ ____\__| {BOLD}{RED}\ __ \{RESET} _____ ______ __ ___/ |_| |__
61+ {BOLD}{RED}\ \/\/ /{RESET} \ __\| | ______ {BOLD}{RED}| | \ \{RESET}/ ___ \\ __ \ | | \ __| | \
62+ {BOLD}{RED} \ /{RESET}| || | | | /_____/ {BOLD}{RED}| |__/ /{RESET}\ ___/| |__\ \| | /| | | Y \
6363{BOLD}{RED} \__/\__/ {RESET}|__||__| |__| {BOLD}{RED} |_______/{RESET} \____/|______/ ____/ |__| |___|__/
6464"""
65+
66+ BANNER = LOGO_SHAPE .format (
67+ BOLD = BOLD ,
68+ RED = RED ,
69+ RESET = RESET
70+ )
You can’t perform that action at this time.
0 commit comments