hyfetch/tools/distros/Star.py

25 lines
730 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
Star = AsciiArt(match=""""Star"*""", color='7', ascii="""
${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
""")