13 lines
No EOL
205 B
Python
13 lines
No EOL
205 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
gentoo_small = AsciiArt(match=r'''"gentoo_small"''', color='5 7', ascii=r"""
|
|
${c1} _-----_
|
|
( \\
|
|
\ 0 \\
|
|
${c2} \ )
|
|
/ _/
|
|
( _-
|
|
\____-
|
|
""")
|
|
|