27 lines
No EOL
886 B
Python
27 lines
No EOL
886 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
tearch = AsciiArt(match=r'''"TeArch"*''', color='39 7 1', ascii=r"""
|
|
${c1} @@@@@@@@@@@@@@
|
|
@@@@@@@@@ @@@@@@
|
|
@@@@@ @@@@@
|
|
@@ @@
|
|
@% @@
|
|
@ @
|
|
@@@@@@@@@@@@@@@@@@@@@@@@ @@
|
|
.@@@@@@@@@@@@/@@@@@@@@@@@@
|
|
@@@@@@@@@@@@///@@@@@@@@@@@@
|
|
@@@@@@@@@@@@@((((@@@@@@@@@@@@
|
|
@@@@@@@@@@@#(((((((#@@@@@@@@@@@
|
|
@@@@@@@@@@@#//////////@@@@@@@@@@&
|
|
@@@@@@@@@@////@@@@@////@@@@@@@@@@
|
|
@@@@@@@@//////@@@@@/////@@@@@@@@@
|
|
@@@@@@@//@@@@@@@@@@@@@@@//@@@@@@@
|
|
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
@@ .@@@@@@@@@@@@@@@@@@@@@@@@@ @
|
|
@@@@@@ @@@. @@@@@@@
|
|
@@@@@@@&@@@@@@@# #@@@@@@@@@@@@@@@@
|
|
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
@@@@@@@@@@@@@@@@@@@@@
|
|
""")
|
|
|