update ascii logo

This commit is contained in:
caryoscelus 2022-08-24 20:49:03 +00:00
parent 46aa7b45f5
commit 82b6944728

View file

@ -24,10 +24,10 @@ def fancy_greet():
from rich.console import Console
from rich.text import Text
zc_msg = f'''
||| __. _. . _ . . _ _. _|_ _. . . _ .-- _. . _ . . __. . _ _. . .
||| / /_| |/ / \ |/ | /_| | == / / \ |/ | \ /_| |/ | | __| |/ | / \_|
||| /_. \_ | \_/ | | \_ |. \__ \_/ | | ._| \_ | \/ |__| | | \__ |
||| _/
||| __. _.. _ . . _ _._|_ _. . . _ .-- _.. _. . __.. _ _.. .
||| / /_||/ / \|/ |/_| | == / / \|/ | \ /_||/ | | __||/ |/ \_|
||| /_.\_ | \_/| |\_ |. \__\_/| |._|\_ | \/ |__|| |\__ |
||| _/
||| v{config.version}
'''
lns = zc_msg.split('\n')