15 lines
No EOL
271 B
Python
15 lines
No EOL
271 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
lede = AsciiArt(match=r'''"LEDE"*''', color='4 7 1', ascii=r"""
|
|
${c1} _________
|
|
/ /\
|
|
/ LE / \
|
|
/ DE / \
|
|
/________/ LE \
|
|
\ \ DE /
|
|
\ LE \ /
|
|
\ DE \ /
|
|
\________\/
|
|
""")
|
|
|