25 lines
No EOL
720 B
Python
25 lines
No EOL
720 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
regolith = AsciiArt(match=r'''"Regolith"*''', color='1', ascii=r"""
|
|
${c1}
|
|
``....```
|
|
`.:/++++++/::-.`
|
|
-/+++++++:.`
|
|
-++++++++:`
|
|
`/++++++++-
|
|
`/++++++++. -/+/
|
|
/++++++++/ `` .:+++:.
|
|
-+++++++++/ ./++++:+++/-`
|
|
:+++++++++/ `+++++++/-`
|
|
:++++++++++` .-/+++++++`
|
|
`:++++++++++/``.-/++++:-:::-` `
|
|
`:+++++++++++++++++/:.` ./`
|
|
:++/-:+++++++++/:-.. -/+.
|
|
+++++++++/::-...:/+++/-..````..-/+++.
|
|
`......``.::/+++++++++++++++++++++/.
|
|
-/+++++++++++++++++++++/.
|
|
.:/+++++++++++++++/-`
|
|
`.-:://////:-.
|
|
""")
|
|
|