19 lines
No EOL
559 B
Python
19 lines
No EOL
559 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
encryptos = AsciiArt(match=r'''"EncryptOS"*''', color='2 5 6', ascii=r"""
|
|
${c2} *******
|
|
${c2} *** **.
|
|
${c2} ** **
|
|
${c2} ** **
|
|
|
|
${c2} *****************
|
|
${c2} ,,,,,,,,,,,,,,,,***
|
|
${c2} ,,,,,,, ,,,,,,,
|
|
${c2} ,,,,,,, ,,,,,,,
|
|
${c2} ,,,,,,, ,,,,,,,
|
|
${c2} ,,,,,,, ,,,,,,,
|
|
${c2} ,,,,,,,,,,,,,,,,,,,
|
|
${c2} ,,,,,,,,,,,,.
|
|
""")
|
|
|