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