mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-27 04:04:34 -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 \\
|
|
| |
|
|
'-----------------'
|
|
""")
|
|
|