mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-05-03 12:05:58 -05:00
19 lines
436 B
Python
19 lines
436 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
center = AsciiArt(match=r'''"Center"*''', color='7 7', ascii=r"""
|
|
${c2} .
|
|
o,
|
|
. d, .
|
|
';' ..d;.. .cl'
|
|
.:; 'oldO,.oo.
|
|
..,:,xKXxoo;'.
|
|
,;;;;;ldxkONMMMXxkxc;;;;;.
|
|
.....':oddXWMNOxlcl:......
|
|
.:dlxk0c;:. .
|
|
:d:.,xcld,.,:.
|
|
;l, .l; ';'
|
|
.o;
|
|
l,
|
|
""")
|
|
|