13 lines
No EOL
212 B
Python
13 lines
No EOL
212 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
mx_small = AsciiArt(match=r'''"mx_small"*''', color='4 6 7', ascii=r"""
|
|
${c3} \\\\ /
|
|
\\\\/
|
|
\\\\
|
|
/\\/ \\\\
|
|
/ \\ /\\
|
|
/ \\/ \\
|
|
/__________\\
|
|
""")
|
|
|