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