17 lines
No EOL
605 B
Python
17 lines
No EOL
605 B
Python
|
||
from hyfetch.distro import AsciiArt
|
||
|
||
itc = AsciiArt(match=r'''"Itc"*''', color='1', ascii=r"""
|
||
${c1}....................-==============+...
|
||
${c1}....................-==============:...
|
||
${c1}...:===========-....-==============:...
|
||
${c1}...-===========:....-==============-...
|
||
${c1}....*==========+........-::********-...
|
||
${c1}....*===========+.:*====**==*+-.-......
|
||
${c1}....:============*+-..--:+**====*---...
|
||
${c1}......::--........................::...
|
||
${c1}..+-:+-.+::*:+::+:-++::++-.:-.*.:++:++.
|
||
${c1}..:-:-++++:-::--:+::-::.:++-++:++--:-:. ⠀⠀⠀⠀⠀
|
||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||
""")
|
||
|