23 lines
No EOL
754 B
Python
23 lines
No EOL
754 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
slitaz = AsciiArt(match=r'''"SliTaz"*''', color='3 3', ascii=r"""
|
|
${c1} @ @( @
|
|
@@ @@ @ @/
|
|
@@ @@ @@ @@
|
|
@@ %@@ @@ @@
|
|
@@ %@@@ @@@@@. @@@@ @@
|
|
@@@ @@@@ @@@@@@@ &@@@ @@@
|
|
@@@@@@@ %@@@@@@@@@@@@ &@@@% @@@@@@@/
|
|
,@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@/
|
|
@@@@@@. @@@@@@@@@@@@@@@@@@@@@ /@@@@@@
|
|
@@ @@@@@ @@@@@@@@@@@@, @@@@@ @@@
|
|
@@ @@@@. @@@@@@@@@@@@@% #@@@@ @@.
|
|
@@ ,@@ @@@@@@@@@@@@@ @@@ @@
|
|
@ @@. @@@@@@@@@@@@@ @@@ *@
|
|
@ @@ @@@@@@@@@@@@ @@ @
|
|
@ @@@@@@@@@. #@
|
|
@ ,@@@@@ @
|
|
""")
|
|
|