25 lines
No EOL
707 B
Python
25 lines
No EOL
707 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
amogos = AsciiArt(match=r'''"AmogOS"*''', color='15 6', ascii=r"""
|
|
${c1} ___________
|
|
/ \
|
|
/ ${c2}______${c1} \
|
|
/ ${c2}/ \${c1} \
|
|
| ${c2}( )${c1} \
|
|
/ ${c2}\______/${c1} |
|
|
| |
|
|
/ \
|
|
| |
|
|
| |
|
|
/ |
|
|
| |
|
|
| _______ |
|
|
____/ / \ |
|
|
/ | | |
|
|
| / ____/ |
|
|
\_________/ / |
|
|
\ __/
|
|
\_______/
|
|
""")
|
|
|