hyfetch/tools/distros/lede.py
2022-08-20 09:43:52 -04:00

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 \ /
\________\/
""")