14 lines
No EOL
252 B
Python
14 lines
No EOL
252 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
haiku_small = AsciiArt(match=r'''"haiku_small"*''', color='2 8', ascii=r"""
|
|
${c1} ,^,
|
|
/ \\
|
|
*--_ ; ; _--*
|
|
\\ '" "' /
|
|
'. .'
|
|
.-'" "'-.
|
|
'-.__. .__.-'
|
|
|_|
|
|
""")
|
|
|