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