19 lines
No EOL
472 B
Python
19 lines
No EOL
472 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
puffos = AsciiArt(match=r'''"PuffOS"*''', color='3', ascii=r"""
|
|
${c1}
|
|
_,..._,m,
|
|
,/' '"";
|
|
/ ".
|
|
,'mmmMMMMmm. \
|
|
_/-"^^^^^\"""%#%mm, ;
|
|
,m,_,' "###) ;,
|
|
(###% \#/ ;##mm.
|
|
^#/ __ ___ ; (######)
|
|
; //.\\ //.\\ ; \####/
|
|
_; (#\"// \\"/#) ; ,/
|
|
@##\ \##/ = `"=" ,;mm/
|
|
`\##>.____,...,____,<####@
|
|
""")
|
|
|