mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-22 16:48:02 -05:00
14 lines
252 B
Python
14 lines
252 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
haiku_small = AsciiArt(match=r'''"haiku_small"*''', color='2 8', ascii=r"""
|
|
${c1} ,^,
|
|
/ \\
|
|
*--_ ; ; _--*
|
|
\\ '" "' /
|
|
'. .'
|
|
.-'" "'-.
|
|
'-.__. .__.-'
|
|
|_|
|
|
""")
|
|
|