update ascii logo
This commit is contained in:
parent
46aa7b45f5
commit
82b6944728
1 changed files with 4 additions and 4 deletions
|
@ -24,9 +24,9 @@ def fancy_greet():
|
||||||
from rich.console import Console
|
from rich.console import Console
|
||||||
from rich.text import Text
|
from rich.text import Text
|
||||||
zc_msg = f'''
|
zc_msg = f'''
|
||||||
||| __. _. . _ . . _ _. _|_ _. . . _ .-- _. . _ . . __. . _ _. . .
|
||| __. _.. _ . . _ _._|_ _. . . _ .-- _.. _. . __.. _ _.. .
|
||||||
||| / /_| |/ / \ |/ | /_| | == / / \ |/ | \ /_| |/ | | __| |/ | / \_|
|
||| / /_||/ / \|/ |/_| | == / / \|/ | \ /_||/ | | __||/ |/ \_|
|
||||||
||| /_. \_ | \_/ | | \_ |. \__ \_/ | | ._| \_ | \/ |__| | | \__ |
|
||| /_.\_ | \_/| |\_ |. \__\_/| |._|\_ | \/ |__|| |\__ |
|
||||||
||| _/
|
||| _/
|
||||||
||| v{config.version}
|
||| v{config.version}
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue