18 lines
No EOL
415 B
Python
18 lines
No EOL
415 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
rocky_small = AsciiArt(match=r'''"rocky_small"*''', color='2', ascii=r"""
|
|
${c1} `-/+++++++++/-.`
|
|
`-+++++++++++++++++-`
|
|
.+++++++++++++++++++++.
|
|
-+++++++++++++++++++++++.
|
|
+++++++++++++++/-/+++++++
|
|
+++++++++++++/. ./+++++
|
|
+++++++++++:. ./+++
|
|
+++++++++:` `:/:` .:/
|
|
-++++++:` .:+++++:`
|
|
.+++-` ./+++++++++:`
|
|
`-` ./+++++++++++-
|
|
-+++++++++:-.`
|
|
""")
|
|
|