15 lines
No EOL
261 B
Python
15 lines
No EOL
261 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
raspbian_small = AsciiArt(match=r'''"Raspbian_small"*''', color='2 1', ascii=r"""
|
|
${c1} .. ,.
|
|
:oo: .:oo:
|
|
'o\\o o/o:
|
|
${c2} :: . :: . ::
|
|
:: ::: ::: ::
|
|
:' '',.'' ':
|
|
::: :::: :::
|
|
':, '' ,:'
|
|
' ~::~ '
|
|
""")
|
|
|