24 lines
No EOL
688 B
Python
24 lines
No EOL
688 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
cbl_mariner = AsciiArt(match=r'''"CBL-Mariner"*''', color='6', ascii=r"""
|
|
${c1} .
|
|
:- .
|
|
:==. .=:
|
|
:===: -==:
|
|
:-===: .====:
|
|
:-====- -=====:
|
|
-====== :=======:
|
|
-======. .=========:
|
|
-======: -==========.
|
|
-======- -===========.
|
|
:======- :===========.
|
|
:=======. .-==========.
|
|
:=======: -==========.
|
|
:=======- :==========.
|
|
:=======- .-========-
|
|
:--------. :========-
|
|
..:::--=========-
|
|
..::---================-=-
|
|
""")
|
|
|