21 lines
No EOL
498 B
Python
21 lines
No EOL
498 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
devuan = AsciiArt(match=r'''"Devuan"*''', color='5 7', ascii=r"""
|
|
${c1} ..,,;;;::;,..
|
|
`':ddd;:,.
|
|
`'dPPd:,.
|
|
`:b$$b`.
|
|
'P$$$d`
|
|
.$$$$$`
|
|
;$$$$$P
|
|
.:P$$$$$$`
|
|
.,:b$$$$$$$;'
|
|
.,:dP$$$$$$$$b:'
|
|
.,:;db$$$$$$$$$$Pd'`
|
|
,db$$$$$$$$$$$$$$b:'`
|
|
:$$$$$$$$$$$$b:'`
|
|
`$$$$$bd:''`
|
|
`'''`
|
|
""")
|
|
|