hyfetch/tools/distros/semc.py
Azalea (on HyDEV-Daisy) b9773b989d
[+] Export distros
2022-08-20 09:30:23 -04:00

15 lines
No EOL
287 B
Python

from hyfetch.distro import AsciiArt
semc = AsciiArt(match=""""semc"*""", color='2 8 1', ascii="""
${c1} /\
______/ \
/ |()| ${c2}E M C
${c1} | (-- | |
\ \ | |
.----) | |__|
|_______/ / ${c3}"${c1} \
${c3}"
"
""")