12 lines
No EOL
245 B
Python
12 lines
No EOL
245 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
android_small = AsciiArt(match=r'''"android_small"*''', color='2 7', ascii=r"""
|
|
${c1} ;, ,;
|
|
';,.-----.,;'
|
|
,' ',
|
|
/ O O \\
|
|
| |
|
|
'-----------------'
|
|
""")
|
|
|