14 lines
No EOL
372 B
Python
14 lines
No EOL
372 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
sunos = AsciiArt(match=r'''"SunOS"''', color='3 7', ascii=r"""
|
|
${c1} `- `
|
|
`-- `+- .:
|
|
.+: `++: -/+- .
|
|
`.::` -++/``:::`./+/ `.-/.
|
|
`++/-`.` ` /++:`
|
|
`` ./:` .: `..`.-
|
|
``./+/:- -+++:-
|
|
-/+` :.
|
|
""")
|
|
|