25 lines
No EOL
732 B
Python
25 lines
No EOL
732 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
star = AsciiArt(match=r'''"Star"*''', color='7', ascii=r"""
|
|
${c1} ./
|
|
`yy-
|
|
`y.`y`
|
|
`` s- .y `
|
|
+h//:..` +/ /o ``..:/so
|
|
/o``.-::/:/+ o/://::-.`+o`
|
|
:s` `. .` `s/
|
|
.y. .s-
|
|
`y- :s`
|
|
.-//. /+:.
|
|
.:/:. .:/:.
|
|
-+o:. .:+:.
|
|
-///++///:::` .-::::///+so-
|
|
``..o/ d-....```
|
|
s. `/. d
|
|
h .+o-+o- h.
|
|
h -o/` `/o: s:
|
|
-s/o:` `:o/+/
|
|
/s- -yo
|
|
""")
|
|
|