12 lines
No EOL
213 B
Python
12 lines
No EOL
213 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
elementary_small = AsciiArt(match=r'''"elementary_small"*''', color='4 7 1', ascii=r"""
|
|
${c2} _______
|
|
/ ____ \\
|
|
/ | / /\\
|
|
|__\\ / / |
|
|
\\ /__/ /
|
|
\\_______/
|
|
""")
|
|
|