13 lines
No EOL
233 B
Python
13 lines
No EOL
233 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
opensuse_small = AsciiArt(match=""""opensuse_small" | "suse_small"*""", color='2 7', ascii="""
|
|
${c1} _______
|
|
__| __ \\
|
|
/ .\\ \\
|
|
\\__/ |
|
|
_______|
|
|
\\_______
|
|
__________/
|
|
""")
|
|
|