mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-27 04:04:34 -05:00
13 lines
212 B
Python
13 lines
212 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
mx_small = AsciiArt(match=r'''"mx_small"*''', color='4 6 7', ascii=r"""
|
|
${c3} \\\\ /
|
|
\\\\/
|
|
\\\\
|
|
/\\/ \\\\
|
|
/ \\ /\\
|
|
/ \\/ \\
|
|
/__________\\
|
|
""")
|
|
|