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