26 lines
No EOL
852 B
Python
26 lines
No EOL
852 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
clearos = AsciiArt(match=r'''"ClearOS"*''', color='2', ascii=r"""
|
|
${c1} `.--::::::--.`
|
|
.-:////////////////:-.
|
|
`-////////////////////////-`
|
|
-////////////////////////////-
|
|
`//////////////-..-//////////////`
|
|
./////////////: ://///////////.
|
|
`//////:..-////: :////-..-//////`
|
|
://////` -///:.``.:///-` ://///:
|
|
`///////:. -////////-` `:///////`
|
|
.//:--////:. -////-` `:////--://.
|
|
./: .////:. --` `:////- :/.
|
|
`//-` .////:. `:////- `-//`
|
|
:///-` .////:. `:////- `-///:
|
|
`/////-` -///: :///- `-/////`
|
|
`//////- `///: :///` .//////`
|
|
`:////: `///: :///` -////:`
|
|
.://: `///: :///` -//:.
|
|
.:: `///: :///` -:.
|
|
`///: :///`
|
|
`... ...`
|
|
""")
|
|
|