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

15 lines
No EOL
289 B
Python

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