mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-17 22:40:05 -05:00
13 lines
288 B
Python
13 lines
288 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
netbsd_small = AsciiArt(match=r'''"netbsd_small"*''', color='5 7', ascii=r"""
|
|
${c2}\\\\${c1}\`-______,----__
|
|
${c2} \\\\ ${c1}__,---\`_
|
|
${c2} \\\\ ${c1}\`.____
|
|
${c2} \\\\${c1}-______,----\`-
|
|
${c2} \\\\
|
|
\\\\
|
|
\\\\
|
|
""")
|
|
|