15 lines
No EOL
289 B
Python
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}"
|
|
"
|
|
""")
|
|
|