24 lines
No EOL
811 B
Python
24 lines
No EOL
811 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
quibian = AsciiArt(match=r'''"Quibian"*''', color='3 7', ascii=r"""
|
|
${c1} `.--::::::::--.`
|
|
`.-:::-..`` ``..-::-.`
|
|
.::::-` .${c2}+${c1}:`` `.-::.`
|
|
.::::.` -::::::-` `.::.
|
|
`-:::-` -:::::::::--..`` .::`
|
|
`::::- .${c2}oy${c1}:::::::---.```.: `::`
|
|
-:::: `.-:::::::::::-.``` `::
|
|
.::::.`-:::::::::::::. `:.
|
|
-::::.::::::::::::::: -:
|
|
::::::::::::::::::::` `:
|
|
:::::::::::::::::::- `:
|
|
::::::::::::::::::: --
|
|
.:::::::::::::::::` `:`
|
|
`::::::::::::::::: -`
|
|
.:::::::::::::::- -`
|
|
`::::::::::::::- `.`
|
|
.::::::::::::- ``
|
|
`.--:::::-.
|
|
""")
|
|
|