mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-27 18:47:03 -05:00
12 lines
245 B
Python
12 lines
245 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
android_small = AsciiArt(match=r'''"android_small"*''', color='2 7', ascii=r"""
|
|
${c1} ;, ,;
|
|
';,.-----.,;'
|
|
,' ',
|
|
/ O O \\
|
|
| |
|
|
'-----------------'
|
|
""")
|
|
|