13 lines
No EOL
191 B
Python
13 lines
No EOL
191 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
mageia_small = AsciiArt(match=r'''"mageia_small"*''', color='6 7', ascii=r"""
|
|
${c1} *
|
|
*
|
|
**
|
|
${c2} /\\__/\\
|
|
/ \\
|
|
\\ /
|
|
\\____/
|
|
""")
|
|
|