27 lines
No EOL
749 B
Python
27 lines
No EOL
749 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
laxeros = AsciiArt(match=r'''"LaxerOS"*''', color='7 4', ascii=r"""
|
|
${c2}
|
|
/.
|
|
`://:-
|
|
`//////:
|
|
.////////:`
|
|
-//////////:`
|
|
-/////////////`
|
|
:///////////////.
|
|
`://////.```-//////-
|
|
`://///:` .//////-
|
|
`//////: `//////:
|
|
.//////- `://///:`
|
|
-//////- `://///:`
|
|
-//////. ://////`
|
|
://////` -//////.
|
|
`/////:` ./////:
|
|
.-::-` .:::-`
|
|
|
|
.:://////////////////////////////////::.
|
|
////////////////////////////////////////
|
|
.:////////////////////////////////////:.
|
|
""")
|
|
|