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